Vector3Tween Class |
Namespace: DigitalRuby.WeatherMaker
The Vector3Tween type exposes the following members.
Name | Description | |
---|---|---|
Vector3Tween |
Initializes a new Vector3Tween instance.
|
Name | Description | |
---|---|---|
CurrentProgress |
Gets the current progress of the tween (0 - 1).
(Inherited from TweenT.) | |
CurrentTime |
Gets the current time of the tween.
(Inherited from TweenT.) | |
CurrentValue |
Gets the current value of the tween.
(Inherited from TweenT.) | |
Delay |
Delay before starting the tween
(Inherited from TweenT.) | |
Duration |
Gets the duration of the tween.
(Inherited from TweenT.) | |
EndValue |
Gets the ending value of the tween.
(Inherited from TweenT.) | |
ForceUpdate |
Whether to force update even if renderer is null or not visible or deactivated, default is false
(Inherited from TweenT.) | |
GameObject |
The game object - null if none
(Inherited from TweenT.) | |
Key |
The key that identifies this tween - can be null
(Inherited from TweenT.) | |
Renderer |
The renderer - null if none
(Inherited from TweenT.) | |
StartValue |
Gets the starting value of the tween.
(Inherited from TweenT.) | |
State |
Gets the current state of the tween.
(Inherited from TweenT.) |
Name | Description | |
---|---|---|
ContinueWithTNewTween |
Set another tween to execute when this tween finishes. Inherits the Key and if using Unity, GameObject, Renderer and ForceUpdate properties.
(Inherited from TweenT.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Pause |
Pauses the tween.
(Inherited from TweenT.) | |
Resume |
Resumes the paused tween.
(Inherited from TweenT.) | |
Setup |
Initialize a tween.
(Inherited from TweenT.) | |
Start |
Starts a tween. Setup must be called first.
(Inherited from TweenT.) | |
Stop |
Stops the tween.
(Inherited from TweenT.) | |
ToString | (Inherited from Object.) | |
Update |
Updates the tween.
(Inherited from TweenT.) |