다음을 통해 공유


BounceScalarNaturalMotionAnimation.Restitution 속성

정의

충돌 후 개체가 리바운드되는 양을 가져오거나 설정합니다.

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

충돌 후 개체가 반등하는 양입니다.

적용 대상