C# Class SmoothMove, buildingworlds_spring2013

Inheritance: MonoBehaviour
Afficher le fichier Open project: radiatoryang/buildingworlds_spring2013 Class Usage Examples

Méthodes publiques

Свойство Type Description
cubeLight Light
sphere Transform
target Vector3
timeToReachTarget float

Méthodes publiques

Méthode Description
Start ( ) : void
StartMoving ( ) : void

Private Methods

Méthode Description
StartMove ( Transform destination, float duration ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

StartMoving() public méthode

public StartMoving ( ) : void
Résultat void

Property Details

cubeLight public_oe property

public Light cubeLight
Résultat Light

sphere public_oe property

public Transform sphere
Résultat Transform

target public_oe property

public Vector3 target
Résultat Vector3

timeToReachTarget public_oe property

public float timeToReachTarget
Résultat float