C# Class PickUp, DADIU2015Team4MiniGame2

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/DADIU2015Team4MiniGame2 Class Usage Examples

Méthodes publiques

Свойство Type Description
EnableRoatation bool
PointsWorth int
RotationSpeed float
type Type

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void

Private Methods

Méthode Description
OnTriggerEnter ( Collider col ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

EnableRoatation public_oe property

public bool EnableRoatation
Résultat bool

PointsWorth public_oe property

public int PointsWorth
Résultat int

RotationSpeed public_oe property

public float RotationSpeed
Résultat float

type public_oe property

public Type type
Résultat Type