Lib.point.particle.force.SwitchParticleForce - tixl3d/tixl GitHub Wiki
Switches between connected forces for the ParticleSystem. Can be used to switch between forces. The index starts with 0 for the first input and will wrap on values exceeding the count of connected inputs.
Tip:
- use index -1 to activate non (I.e. disable all)
- use index -2 to activate all
Is used with [ParticleSystem] and any force such as [AxisStepForce], [TurbulenceForce] etc.
Name (Relevancy & Type) | Description |
---|---|
Input (ParticleSystemRequired) | - |
Index (Int32) | Defines which of the incoming Forces is active -1 disables all forces -2 activates all forces |
Name | Type |
---|---|
Selected | T3.Core.DataTypes.ParticleSystem |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.