C# Class Shooting_Script

Inheritance: MonoBehaviour
Mostra 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_oe property

public float GSpeed
return float

Grenade public_oe property

public Rigidbody,UnityEngine Grenade
return UnityEngine.Rigidbody

chargeLevel public_oe property

public float chargeLevel
return float

fast_Bullet public_oe property

public Rigidbody,UnityEngine fast_Bullet
return UnityEngine.Rigidbody

slow_Bullet public_oe property

public Rigidbody,UnityEngine slow_Bullet
return UnityEngine.Rigidbody

speed public_oe property

public float speed
return float