C# Class HitBehaviour, rainCrossBow

Inheritance: MonoBehaviour
显示文件 Open project: Collegiennes/rainCrossBow Class Usage Examples

Public Properties

Property Type Description
Velocity Vector3

Public Methods

Method Description
FixedUpdate ( ) : void
SetSpeed ( float speed ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

SetSpeed() public method

public SetSpeed ( float speed ) : void
speed float
return void

Start() public method

public Start ( ) : void
return void

Property Details

Velocity public_oe property

public Vector3 Velocity
return Vector3