|
Aerodynamic Objects Core 2.0.0
|
Used to spawn a ring vortex periodically. More...
Public Member Functions | |
| override void | Spawn () |
| Define the logic for creating/spawning the object. More... | |
Public Member Functions inherited from AerodynamicObjects.Utility.ObjectSpawner | |
| virtual void | FixedUpdate () |
| When overriding this fixed update make sure to call base.FixedUpdate() so that the spawn timer still works. More... | |
| abstract void | Spawn () |
| Define the logic for creating/spawning the object. More... | |
Public Attributes | |
| int | nodeCount |
| bool | isDynamic |
| bool | isTemporal = true |
| float | radius = 1f |
| float | coreRadius = 0.01f |
| float | initialStrength = 1f |
| float | lifeSpanDuration = 10f |
Public Attributes inherited from AerodynamicObjects.Utility.ObjectSpawner | |
| float | spawnRate |
| The frequency at which objects are spawned (number of objects per second). More... | |
Used to spawn a ring vortex periodically.
|
virtual |
Define the logic for creating/spawning the object.
Implements AerodynamicObjects.Utility.ObjectSpawner.
| float AerodynamicObjects.Demos.RingVortexSpawner.coreRadius = 0.01f |
| float AerodynamicObjects.Demos.RingVortexSpawner.initialStrength = 1f |
| bool AerodynamicObjects.Demos.RingVortexSpawner.isDynamic |
| bool AerodynamicObjects.Demos.RingVortexSpawner.isTemporal = true |
| float AerodynamicObjects.Demos.RingVortexSpawner.lifeSpanDuration = 10f |
| int AerodynamicObjects.Demos.RingVortexSpawner.nodeCount |
| float AerodynamicObjects.Demos.RingVortexSpawner.radius = 1f |