C# Class Sol.InteractibleLerp

Inheritance: InteractibleObject
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
controlledObject UnityEngine.Transform
lerpTime float
pos1 UnityEngine.Transform
pos2 UnityEngine.Transform

Protected Properties

Property Type Description
triggered bool

Public Methods

Method Description
Interact ( ) : void

Protected Methods

Method Description
Lerp ( ) : IEnumerator

Method Details

Interact() public method

public Interact ( ) : void
return void

Lerp() protected method

protected Lerp ( ) : IEnumerator
return IEnumerator

Property Details

controlledObject public_oe property

public Transform,UnityEngine controlledObject
return UnityEngine.Transform

lerpTime public_oe property

public float lerpTime
return float

pos1 public_oe property

public Transform,UnityEngine pos1
return UnityEngine.Transform

pos2 public_oe property

public Transform,UnityEngine pos2
return UnityEngine.Transform

triggered protected_oe property

protected bool triggered
return bool