C# Class MouseController2, Unity2d-Game

Inheritance: MonoBehaviour
Afficher le fichier Open project: sagivo/Unity2d-Game

Méthodes publiques

Свойство Type Description
arrowDelay float
arrowPrefab Transform
ground LayerMask
hand Transform
lookRight bool
speed float

Méthodes publiques

Méthode Description
Flip ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
makeArrow ( float delay, bool right ) : IEnumerator

Method Details

Flip() public méthode

public Flip ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

arrowDelay public_oe property

public float arrowDelay
Résultat float

arrowPrefab public_oe property

public Transform arrowPrefab
Résultat Transform

ground public_oe property

public LayerMask ground
Résultat LayerMask

hand public_oe property

public Transform hand
Résultat Transform

lookRight public_oe property

public bool lookRight
Résultat bool

speed public_oe property

public float speed
Résultat float