C# Class BulletCtrl, S_Shooter01

Inheritance: MonoBehaviour
显示文件 Open project: kwbt-mrokj/S_Shooter01 Class Usage Examples

Public Properties

Property Type Description
damage int
firePos Vector3
speed float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

damage public_oe property

public int damage
return int

firePos public_oe property

public Vector3 firePos
return Vector3

speed public_oe property

public float speed
return float