BounceScalarNaturalMotionAnimation.Restitution 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置对象在碰撞后反弹的量。
public:
property float Restitution { float get(); void set(float value); };
float Restitution();
void Restitution(float value);
public float Restitution { get; set; }
var single = bounceScalarNaturalMotionAnimation.restitution;
bounceScalarNaturalMotionAnimation.restitution = single;
Public Property Restitution As Single
属性值
Single
float
对象在碰撞后反弹的量。