C# 클래스 UnityEngine.SliderJoint2D

Joint that restricts the motion of a Rigidbody2D object to a single line.

상속: AnchoredJoint2D
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GetMotorForce ( float timeStep ) : float

Gets the motor force of the joint given the specified timestep.

비공개 메소드들

메소드 설명
INTERNAL_CALL_GetMotorForce ( SliderJoint2D self, float timeStep ) : float
INTERNAL_get_limits ( JointTranslationLimits2D &value ) : void
INTERNAL_get_motor ( JointMotor2D &value ) : void
INTERNAL_set_limits ( JointTranslationLimits2D &value ) : void
INTERNAL_set_motor ( JointMotor2D &value ) : void

메소드 상세

GetMotorForce() 공개 메소드

Gets the motor force of the joint given the specified timestep.

public GetMotorForce ( float timeStep ) : float
timeStep float The time to calculate the motor force for.
리턴 float