Show / Hide Table of Contents

Class BouncyObjectManager

Inheritance
MonoBehaviour
BouncyObjectManager
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class BouncyObjectManager : MonoBehaviour

Fields

randomMax

Declaration
public float randomMax
Field Value
Type Description
System.Single

randomMin

Declaration
public float randomMin
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
Type Description
Vector2

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
Back to top Generated by DocFX