Share via


BounceVector3NaturalMotionAnimation.Restitution 속성

정의

충돌 후 개체가 반등하는 양을 가져오거나 설정합니다.

public:
 property float Restitution { float get(); void set(float value); };
float Restitution();

void Restitution(float value);
public float Restitution { get; set; }
var single = bounceVector3NaturalMotionAnimation.restitution;
bounceVector3NaturalMotionAnimation.restitution = single;
Public Property Restitution As Single

속성 값

Single

float

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

적용 대상