C# Class Shooting, rainCrossBow

Inheritance: MonoBehaviour
Datei anzeigen Open project: Collegiennes/rainCrossBow Class Usage Examples

Public Properties

Property Type Description
BowBullet GameObject
BowLevel int
CrossBullet GameObject
CrossLevel int
ExplosionTemplate GameObject
HitTemplate GameObject
RainBullet GameObject
RainLevel int

Private Methods

Method Description
FixedUpdate ( ) : void

Property Details

BowBullet public_oe property

public GameObject BowBullet
return GameObject

BowLevel public_oe property

public int BowLevel
return int

CrossBullet public_oe property

public GameObject CrossBullet
return GameObject

CrossLevel public_oe property

public int CrossLevel
return int

ExplosionTemplate public_oe static_oe property

public static GameObject ExplosionTemplate
return GameObject

HitTemplate public_oe static_oe property

public static GameObject HitTemplate
return GameObject

RainBullet public_oe property

public GameObject RainBullet
return GameObject

RainLevel public_oe property

public int RainLevel
return int