C# Class MouseController2, Unity2d-Game

Inheritance: MonoBehaviour
Datei anzeigen Open project: sagivo/Unity2d-Game

Public Properties

Property Type Description
arrowDelay float
arrowPrefab Transform
ground LayerMask
hand Transform
lookRight bool
speed float

Public Methods

Method Description
Flip ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
makeArrow ( float delay, bool right ) : IEnumerator

Method Details

Flip() public method

public Flip ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

arrowDelay public_oe property

public float arrowDelay
return float

arrowPrefab public_oe property

public Transform arrowPrefab
return Transform

ground public_oe property

public LayerMask ground
return LayerMask

hand public_oe property

public Transform hand
return Transform

lookRight public_oe property

public bool lookRight
return bool

speed public_oe property

public float speed
return float