Class BouncyObjectManager
Inheritance
MonoBehaviour
BouncyObjectManager
Assembly: cs.temp.dll.dll
Syntax
public class BouncyObjectManager : MonoBehaviour
Fields
randomMax
Declaration
Field Value
Type |
Description |
System.Single |
|
randomMin
Declaration
Field Value
Type |
Description |
System.Single |
|
useRandomSpeed
Declaration
public bool useRandomSpeed
Field Value
Type |
Description |
System.Boolean |
|
velocities
Declaration
public Vector2[] velocities
Field Value
Type |
Description |
Vector2[] |
|
velocityMultiplier
Declaration
public float velocityMultiplier
Field Value
Type |
Description |
System.Single |
|
Methods
GetNextVelocity()
Declaration
public Vector2 GetNextVelocity()
Returns
SetRandomVelocity(Single)
Declaration
public void SetRandomVelocity(float speed)
Parameters
Type |
Name |
Description |
System.Single |
speed |
|
SetVelocity(Single)
Declaration
public void SetVelocity(float speed)
Parameters
Type |
Name |
Description |
System.Single |
speed |
|