AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Simulate.RigidAnimation类 参考

RigidAnimation 更多...

类 AnyCAD.Simulate.RigidAnimation 继承关系图:
AnyCAD.Simulate.Animation

Public 成员函数

 RigidAnimation (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
string GetName ()
 
void SetName (string val)
 
void Add (RigidAnimationClip clip)
 
override bool Play (float time)
 Play the animation.
 
override void Reset ()
 Reset to initial state.
 
- Public 成员函数 继承自 AnyCAD.Simulate.Animation
 Animation (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 
bool GetEnabled ()
 
void SetEnabled (bool val)
 
bool GetPaused ()
 
void SetPaused (bool val)
 
bool GetLoop ()
 
void SetLoop (bool val)
 
float GetDuration ()
 

详细描述

RigidAnimation

Group: Simulate

成员函数说明

◆ Play()

override bool AnyCAD.Simulate.RigidAnimation.Play ( float time)
virtual

Play the animation.

参数
timethe timer.
返回
false if finished.

重载 AnyCAD.Simulate.Animation .

◆ Reset()

override void AnyCAD.Simulate.RigidAnimation.Reset ( )
virtual

Reset to initial state.

重载 AnyCAD.Simulate.Animation .