属性 (IInertiaProcessor)

本部分包含 IInertiaProcessor 接口的属性。

财产 Desription
InitialOriginX 指定具有 intertia 的目标的起始水平位置。
InitialOriginY 指定具有 intertia 的目标的起始垂直位置。
InitialVelocityX 指定水平轴上目标对象的初始移动。
InitialVelocityY 指定垂直轴上目标对象的初始移动。
InitialAngularVelocity 指定开始移动时目标的旋转速度。
InitialExpansionVelocity 指定移动开始时目标的半径扩展速率。
InitialRadius 指定在对象更改之前,目标边缘与其中心之间的距离。
BoundaryLeft 限制目标对象可以移动的屏幕左侧的距离。
BoundaryTop 限制目标对象可以移动的屏幕顶部的距离。
BoundaryRight 限制目标对象可移动的屏幕右侧的距离。
BoundaryBottom 限制目标对象可以移动的屏幕底部的距离。
ElasticMarginLeft 指定用于弹跳目标对象的最左侧区域。
ElasticMarginTop 指定用于弹跳目标对象的最顶层区域。
ElasticMarginRight 指定用于弹跳目标对象的最右侧区域。
ElasticMarginBottom 指定用于弹跳目标对象的底部区域。
DesiredAngularDeceleration 指定目标对象将停止以弧度/毫秒为单位旋转的所需速率。
DesiredRotation 指定由惯性处理器纵对象的所需距离(以弧度为单位)。
DesiredExpansion 指定对象的平均半径的所需更改。
DesiredExpansionDeceleration 指定对象停止展开的速率。
DesiredDeceleration 指定转换作将减速的所需速率。
DesiredDisplacement 指定对象将行驶的所需距离。
InitialTimestamp 指定具有惯性的目标对象的起始时间戳。

 

IInertiaProcessor