Anvil
Loading...
Searching...
No Matches
Anvil.API.VisualTransform Class Referencesealed

Public Member Functions

void Clear ()
 Immediately unsets any transforms.
 
void Copy (VisualTransform other)
 Updates the transform data of this visual transform by copying another.
 
void Lerp (VisualTransformLerpSettings settings, Action< VisualTransform > transforms)
 Lerps the specified transform changes using the specified settings.
 

Properties

float AnimSpeed [get, set]
 
Vector3 Rotation [get, set]
 
float Scale [get, set]
 
Vector3 Translation [get, set]
 

Member Function Documentation

◆ Copy()

void Anvil.API.VisualTransform.Copy ( VisualTransform other)
inline

Updates the transform data of this visual transform by copying another.

Parameters
otherThe visual transform to copy.

◆ Lerp()

void Anvil.API.VisualTransform.Lerp ( VisualTransformLerpSettings settings,
Action< VisualTransform > transforms )
inline

Lerps the specified transform changes using the specified settings.

Parameters
settingsThe lerp settings to use when changing this visual transform.
transformsAn action containing the transform changes to be lerped.

The documentation for this class was generated from the following file: