C# Class PickUp, DADIU2015Team4MiniGame2

Inheritance: MonoBehaviour
Exibir arquivo Open project: veselin-/DADIU2015Team4MiniGame2 Class Usage Examples

Public Properties

Property Type Description
EnableRoatation bool
PointsWorth int
RotationSpeed float
type Type

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Private Methods

Method Description
OnTriggerEnter ( Collider col ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

EnableRoatation public_oe property

public bool EnableRoatation
return bool

PointsWorth public_oe property

public int PointsWorth
return int

RotationSpeed public_oe property

public float RotationSpeed
return float

type public_oe property

public Type type
return Type