C# Class HurterBehaviour, rainCrossBow

Inheritance: Bullet
显示文件 Open project: Collegiennes/rainCrossBow

Public Properties

Property Type Description
NoInertia bool
SpawnTime float
Velocity float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

NoInertia public_oe property

public bool NoInertia
return bool

SpawnTime public_oe property

public float SpawnTime
return float

Velocity public_oe property

public float Velocity
return float