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

Classes

struct  PassThrough
struct  StoreNewState
struct  ReadSingle
struct  ReadInterpolated
struct  ReadError

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