3D Lingo Dictionary > T-Z > type (motion) |
![]() ![]() ![]() |
type (motion)
Syntax
member(whichCastmember
).motion(whichMotion
).type
Description
3D motion property; the motion type of the referenced motion object. This property's possible values are:
![]() |
|
![]() |
|
![]() |
|
Examples
The following statement displays the type
property of the motion named Run.
put member("scene").motion("Run").type -- #bonesPlayer
The following statement displays the type
property of the motion named DefaultMotion.
put member("scene").motion("DefaultMotion").type -- #none
See also
bonesPlayer (modifier)
, keyframePlayer (modifier)
![]() ![]() ![]() |