C# 클래스 SimpleIKSolver

상속: MonoBehaviour
파일 보기 프로젝트 열기: caffeinatedguy/Limbs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DampingMax float
IsActive bool
IsDamping bool
JointEntities JointEntity[]
Target Transform

공개 메소드들

메소드 설명
ResetJoints ( ) : void

Reset joints position

비공개 메소드들

메소드 설명
CheckAngleRestrictions ( JointEntity jointEntity ) : void

Checks the angle restrictions.

LateUpdate ( ) : void
Solve ( ) : void
Start ( ) : void

메소드 상세

ResetJoints() 공개 메소드

Reset joints position
public ResetJoints ( ) : void
리턴 void

프로퍼티 상세

DampingMax 공개적으로 프로퍼티

public float DampingMax
리턴 float

IsActive 공개적으로 프로퍼티

public bool IsActive
리턴 bool

IsDamping 공개적으로 프로퍼티

public bool IsDamping
리턴 bool

JointEntities 공개적으로 프로퍼티

public JointEntity[] JointEntities
리턴 JointEntity[]

Target 공개적으로 프로퍼티

public Transform Target
리턴 Transform