Blender V5.0
blender::nodes::sim_input Namespace Reference

Classes

struct  PassThrough
struct  OutputCopy
struct  OutputMove

Typedefs

using Behavior = std::variant<PassThrough, OutputCopy, OutputMove>

Detailed Description

The structs in here describe the different possible behaviors of a simulation input node.

Typedef Documentation

◆ Behavior