C# 클래스 RootMotion.FinalIK.FBIKChain.ChildConstraint

파일 보기 프로젝트 열기: Alx666/ProjectPhoenix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
pullElasticity float
pushElasticity float

공개 메소드들

메소드 설명
ChildConstraint ( Transform bone1, Transform bone2, float pushElasticity = 0f, float pullElasticity = 0f ) : UnityEngine
Initiate ( RootMotion.FinalIK.IKSolverFullBody solver ) : void
OnPreSolve ( ) : void
Solve ( ) : void

메소드 상세

ChildConstraint() 공개 메소드

public ChildConstraint ( Transform bone1, Transform bone2, float pushElasticity = 0f, float pullElasticity = 0f ) : UnityEngine
bone1 UnityEngine.Transform
bone2 UnityEngine.Transform
pushElasticity float
pullElasticity float
리턴 UnityEngine

Initiate() 공개 메소드

public Initiate ( RootMotion.FinalIK.IKSolverFullBody solver ) : void
solver RootMotion.FinalIK.IKSolverFullBody
리턴 void

OnPreSolve() 공개 메소드

public OnPreSolve ( ) : void
리턴 void

Solve() 공개 메소드

public Solve ( ) : void
리턴 void

프로퍼티 상세

pullElasticity 공개적으로 프로퍼티

The pull elasticity.
public float pullElasticity
리턴 float

pushElasticity 공개적으로 프로퍼티

The push elasticity.
public float pushElasticity
리턴 float