motionType
An option that determines how the action displays or hides a prim.
Overview
The action applies this motion to each prim in the list of affectedObjects.
The default value is blank. You need to define a value for this property.
Motion Types
noneDoesn’t move the prim.
moveLeftMoves the prim in from the left when displaying, and moves the prim to the left when hiding.
moveRightMoves the prim in from the right when displaying, and moves the prim to the right when hiding.
moveFrontMoves the prim in from the front when displaying, and moves the prim to the front when hiding.
moveBackMoves the prim in from the back when displaying, and moves the prim to the back when hiding.
moveAboveMoves the prim in from above when displaying, and moves the prim up when hiding.
moveBelowMoves the prim in from below when displaying and moves the prim below when hiding.
popScales the prim up from 0% to 100% when displaying, and scales the prim down from 100% to 0% when hiding.
scaleUpScales the prim up from 0% to 100% before returning back down to 0%.
scaleDownScales the prim down from a larger size to 100%, then scales the prim up from 100% to a larger size.
Declaration
uniform token motionType (
allowedTokens = ["none", "moveLeft", "moveRight", "moveFront",
"moveBack", "moveAbove", "moveBelow", "pop", "scaleUp", "scaleDown"]
)