C# Class SocialGame.checkShooter

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
check UnityEngine.GameObject
delay UnityEngine.Vector2
maxNumOfCheck int
power float
range UnityEngine.Vector2

Public Methods

Method Description
Start ( ) : void

Start this instance.

Stop ( bool stop ) : void
Update ( ) : void

reload next check

shoot ( ) : void

Method Details

Start() public method

Start this instance.
public Start ( ) : void
return void

Stop() public method

public Stop ( bool stop ) : void
stop bool
return void

Update() public method

reload next check
public Update ( ) : void
return void

shoot() public method

public shoot ( ) : void
return void

Property Details

check public_oe property

public GameObject,UnityEngine check
return UnityEngine.GameObject

delay public_oe property

public Vector2,UnityEngine delay
return UnityEngine.Vector2

maxNumOfCheck public_oe property

public int maxNumOfCheck
return int

power public_oe property

public float power
return float

range public_oe property

public Vector2,UnityEngine range
return UnityEngine.Vector2