C# Class Shooting_Script

Inheritance: MonoBehaviour
Show file Open project: gsabourin/timebanana Class Usage Examples

Public Properties

Property Type Description
GSpeed float
Grenade UnityEngine.Rigidbody
chargeLevel float
fast_Bullet UnityEngine.Rigidbody
slow_Bullet UnityEngine.Rigidbody
speed float

Public Methods

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

Private Methods

Method Description
BulletWaitFast ( ) : IEnumerator
BulletWaitSlow ( ) : IEnumerator

Method Details

SetCharge() public method

public SetCharge ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

GSpeed public property

public float GSpeed
return float

Grenade public property

public Rigidbody,UnityEngine Grenade
return UnityEngine.Rigidbody

chargeLevel public property

public float chargeLevel
return float

fast_Bullet public property

public Rigidbody,UnityEngine fast_Bullet
return UnityEngine.Rigidbody

slow_Bullet public property

public Rigidbody,UnityEngine slow_Bullet
return UnityEngine.Rigidbody

speed public property

public float speed
return float