C# Class PropertyManager, WorldsofREM

Exibir arquivo Open project: jmkmoore/WorldsofREM Class Usage Examples

Public Properties

Property Type Description
JumpHeight float
RunSpeed float

Public Methods

Method Description
Awake ( ) : void
getInstance ( ) : PropertyManager

Method Details

Awake() public method

public Awake ( ) : void
return void

getInstance() public static method

public static getInstance ( ) : PropertyManager
return PropertyManager

Property Details

JumpHeight public_oe property

public float JumpHeight
return float

RunSpeed public_oe property

public float RunSpeed
return float