Lib.flow.context¶
Operators¶
- ExecuteRawBufferUpdate
- GetBoolVar
- GetFloatVar — Fetches a float variable from the context.
- GetForegroundColor — Gets the current foreground color from the context.
- GetIntVar — Reads a variable from the context.
- GetMatrixVar — Retrieves a matrix as an array for Vector4 from the evaluation context.
- GetObjectVar
- GetPosition — Gets the current position, rotation, and scale in the world so it can be applied to other transforms.
- GetStringVar — Fetches a float variable from the context.
- GetVec3Var
- SetBoolVar
- SetFloatVar — Writes a float value to the context's float variable dictionary.
- SetIntVar — Sets or overwrites an int variable that can be retrieved by [GetIntVar] further down (left in) the graph.
- SetMatrixVar — Stores a matrix as an array of vector4 on the evaluation context.
- SetObjectVar
- SetRequestedResolutionCmd
- SetStringVar — Writes a string value to the context's float variable dictionary.
- SetVec3Var
Auto-generated from the operator library.