PositionGroup
Info
typeClass
namespaceAnimatext
Fields
Public
cachePositionsVector3[]The cache positions.
countintThe count of the positions.
currentPositionsVector3[]The current positions.
isDirtyboolWhether the cache positions are different from the current positions at execution time.
originPositionsVector3[]The origin positions.
Constructors
PositionGroup()
-
PositionGroup(Vector3[] positions)
positionsThe origin positions.
Methods
Public
Execute()Executes the text animations of the positions.
GetMaxPosition()Vector2Gets minimum position of the cache positions.
GetMinPosition()Vector2Gets maximum position of the cache positions.
Move(Vector2 position)Moves the positions.
Rotate(float rotation)Rotates the positions.
Rotate(float rotation, Vector2 anchorPoint)Rotates the positions around the anchor point.
SetPositions(Vector3[] positions)Sets the origin positions.
Scale(Vector2 scale)Scales the positions.
Scale(Vector2 scale, Vector2 anchorPoint)Scales the positions around the anchor point.
Skew(Vector2 skew)Skews the positions.
Skew(Vector2 skew, Vector2 anchorPoint)Skews the positions around the anchor point.