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

Classes

struct  PassThrough
 
struct  ReadError
 
struct  ReadInterpolated
 
struct  ReadSingle
 
struct  StoreNewState
 

Typedefs

using Behavior = std::variant<PassThrough, StoreNewState, ReadSingle, ReadInterpolated, ReadError>
 

Detailed Description

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

Typedef Documentation

◆ Behavior