|
Aerodynamic Objects Core 2.0.0
|
The container for all flow primitives that exist in a scene and are not contained in a Fluid Volume. More...
Static Public Member Functions | |
| static List< FlowPrimitive > | GetFlowPrimitiveList () |
| Used to check what flow primitives are in the global list. More... | |
| static void | AddFlowPrimitive (FlowPrimitive flowPrimitive) |
| static void | RemoveFlowPrimitive (FlowPrimitive flowPrimitive) |
| static List< VelocityEventHandler > | GetInteractingVelocityFunctions (int flowAffectedID) |
| static List< VelocityEventHandler > | GetInteractingVelocityFunctions (int flowAffectedID, List< VelocityEventHandler > velocityFunctions) |
| static Vector3 | GetVelocity (Vector3 position, int flowAffectedID) |
| static Vector3 | GetVelocity (Vector3 position) |
Properties | |
| static FluidProperties | FluidProperties [get, set] |
| Properties of the global fluid. More... | |
The container for all flow primitives that exist in a scene and are not contained in a Fluid Volume.
All Flow Affected objects will be affected by the Global Fluid unless they specifically opt to ignore the Global Fluid.
|
static |
|
static |
Used to check what flow primitives are in the global list.
It is not recommended to try and change this list.
|
static |
|
static |
|
static |
|
static |
|
staticgetset |
Properties of the global fluid.