다음을 통해 공유


InertiaExpansionBehavior2D.DesiredDeceleration 속성

정의

원하는 확장 감속(제곱 밀리초당 좌표 단위)을 가져오거나 설정합니다.

public:
 property float DesiredDeceleration { float get(); void set(float value); };
public float DesiredDeceleration { get; set; }
member this.DesiredDeceleration : single with get, set
Public Property DesiredDeceleration As Single

속성 값

Single

원하는 확장 감속(제곱 밀리초당 좌표 단위)입니다.

설명

이 속성 값과 함께를 DesiredExpansionXDesiredExpansionY 속성;이 속성은 설정 하는 설정 DesiredExpansionXDesiredExpansionYNaN입니다.

이 속성의 기본값은 NaN입니다.

관성 프로세서는 실행 하는 동안이 속성을 설정할 수 없습니다. 그렇지 않으면 예외가 throw 됩니다.

적용 대상