C# Class AbstractMover, kaijurising

Inheritance: Enemy
显示文件 Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
speed float

Protected Properties

Property Type Description
direction Vector3
rigidbody UnityEngine.Rigidbody

Public Methods

Method Description
move ( Vector3 direction, float speed ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
getRigidbody ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

move() public method

public move ( Vector3 direction, float speed ) : void
direction Vector3
speed float
return void

Property Details

direction protected_oe property

protected Vector3 direction
return Vector3

rigidbody protected_oe property

protected Rigidbody,UnityEngine rigidbody
return UnityEngine.Rigidbody

speed public_oe property

public float speed
return float