C# Class SmoothMove, buildingworlds_spring2013

Inheritance: MonoBehaviour
Show file Open project: radiatoryang/buildingworlds_spring2013 Class Usage Examples

Public Properties

Property Type Description
cubeLight Light
sphere Transform
target Vector3
timeToReachTarget float

Public Methods

Method Description
Start ( ) : void
StartMoving ( ) : void

Private Methods

Method Description
StartMove ( Transform destination, float duration ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

StartMoving() public method

public StartMoving ( ) : void
return void

Property Details

cubeLight public property

public Light cubeLight
return Light

sphere public property

public Transform sphere
return Transform

target public property

public Vector3 target
return Vector3

timeToReachTarget public property

public float timeToReachTarget
return float