Blender V4.3
blender::nodes::sim_input Namespace Reference

Classes

struct  OutputCopy
 
struct  OutputMove
 
struct  PassThrough
 

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