C# Class Human, Unity3D

Show file Open project: k-lock/Unity3D Class Usage Examples

Public Properties

Property Type Description
initPosition Vector3
initScale Vector3
move bool
movementSpeed float

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Private Methods

Method Description
callIdle ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

initPosition public property

public Vector3 initPosition
return Vector3

initScale public property

public Vector3 initScale
return Vector3

move public property

public bool move
return bool

movementSpeed public property

public float movementSpeed
return float