C# Class Sol.InteractibleLerp

Inheritance: InteractibleObject
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
controlledObject UnityEngine.Transform
lerpTime float
pos1 UnityEngine.Transform
pos2 UnityEngine.Transform

Protected Properties

Свойство Type Description
triggered bool

Méthodes publiques

Méthode Description
Interact ( ) : void

Méthodes protégées

Méthode Description
Lerp ( ) : IEnumerator

Method Details

Interact() public méthode

public Interact ( ) : void
Résultat void

Lerp() protected méthode

protected Lerp ( ) : IEnumerator
Résultat IEnumerator

Property Details

controlledObject public_oe property

public Transform,UnityEngine controlledObject
Résultat UnityEngine.Transform

lerpTime public_oe property

public float lerpTime
Résultat float

pos1 public_oe property

public Transform,UnityEngine pos1
Résultat UnityEngine.Transform

pos2 public_oe property

public Transform,UnityEngine pos2
Résultat UnityEngine.Transform

triggered protected_oe property

protected bool triggered
Résultat bool