|
|
|
|
@ -103,9 +103,7 @@ namespace EMotionFX
|
|
|
|
|
->Attribute("Hidden", AZ::Edit::Attributes::PropertyHidden)
|
|
|
|
|
->VirtualProperty("PlayTime", "GetPlayTime", "PlayTime")
|
|
|
|
|
->Event("Motion", &SimpleMotionComponentRequestBus::Events::Motion)
|
|
|
|
|
->Attribute(AZ::Script::Attributes::Ignore, true)
|
|
|
|
|
->Event("GetMotion", &SimpleMotionComponentRequestBus::Events::GetMotion)
|
|
|
|
|
->Attribute(AZ::Script::Attributes::Ignore, true)
|
|
|
|
|
->VirtualProperty("Motion", "GetMotion", "Motion")
|
|
|
|
|
->Event("BlendInTime", &SimpleMotionComponentRequestBus::Events::BlendInTime)
|
|
|
|
|
->Event("GetBlendInTime", &SimpleMotionComponentRequestBus::Events::GetBlendInTime)
|
|
|
|
|
|