Feel
4.3
The best way to improve your game's feel and make it extra juicy
|
A tester class used to show how the MMSpawnAround class can be used More...
Public Member Functions | |
virtual void | DebugSpawn () |
A test method that spawns DebugQuantity objects More... | |
virtual void | Spawn () |
Spawns a single object and positions it correctly More... | |
Public Attributes | |
GameObject | ObjectToInstantiate |
a GameObject to instantiate and position around this object More... | |
MMSpawnAroundProperties | SpawnProperties |
the spawn properties to consider when spawning the ObjectToInstantiate More... | |
int | DebugQuantity = 10000 |
the amount of objects to spawn More... | |
bool | DebugSpawnButton |
a test button More... | |
bool | DrawGizmos = false |
whether or not to draw gizmos to show the shape of the spawn area More... | |
int | GizmosQuantity = 1000 |
the amount of gizmos to draw More... | |
float | GizmosSize = 1f |
the size at which to draw the gizmos More... | |
Protected Member Functions | |
virtual void | OnDrawGizmos () |
OnDrawGizmos, we draw the shape of the area within which objects will spawn More... | |
Protected Attributes | |
GameObject | _gameObject |
A tester class used to show how the MMSpawnAround class can be used
|
virtual |
A test method that spawns DebugQuantity objects
|
protectedvirtual |
OnDrawGizmos, we draw the shape of the area within which objects will spawn
|
virtual |
Spawns a single object and positions it correctly
|
protected |
int MoreMountains.Tools.MMSpawnAroundTester.DebugQuantity = 10000 |
the amount of objects to spawn
bool MoreMountains.Tools.MMSpawnAroundTester.DebugSpawnButton |
a test button
bool MoreMountains.Tools.MMSpawnAroundTester.DrawGizmos = false |
whether or not to draw gizmos to show the shape of the spawn area
int MoreMountains.Tools.MMSpawnAroundTester.GizmosQuantity = 1000 |
the amount of gizmos to draw
float MoreMountains.Tools.MMSpawnAroundTester.GizmosSize = 1f |
the size at which to draw the gizmos
GameObject MoreMountains.Tools.MMSpawnAroundTester.ObjectToInstantiate |
a GameObject to instantiate and position around this object
MMSpawnAroundProperties MoreMountains.Tools.MMSpawnAroundTester.SpawnProperties |
the spawn properties to consider when spawning the ObjectToInstantiate