C# Class SmoothMove, buildingworlds_spring2013

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Light cubeLight
return Light

sphere public_oe property

public Transform sphere
return Transform

target public_oe property

public Vector3 target
return Vector3

timeToReachTarget public_oe property

public float timeToReachTarget
return float