C# Class ArrowScript, Unity-ITGHD

Inheritance: MonoBehaviour
Afficher le fichier Open project: BenouKat/Unity-ITGHD Class Usage Examples

Méthodes publiques

Свойство Type Description
Engine GameObject
alreadyScored bool
missed bool
state ArrowPosition
valid bool

Méthodes publiques

Méthode Description
LateUpdate ( ) : void
Start ( ) : void
setArrowAssociated ( Arrow ar ) : void

Method Details

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

setArrowAssociated() public méthode

public setArrowAssociated ( Arrow ar ) : void
ar Arrow
Résultat void

Property Details

Engine public_oe property

public GameObject Engine
Résultat GameObject

alreadyScored public_oe property

public bool alreadyScored
Résultat bool

missed public_oe property

public bool missed
Résultat bool

state public_oe property

public ArrowPosition state
Résultat ArrowPosition

valid public_oe property

public bool valid
Résultat bool