C# 클래스 RootMotion.BipedReferences.AutoDetectParams

Params for automatic biped recognition. (Using a struct here because I might need to add more parameters in the future).
파일 보기 프로젝트 열기: Alx666/ProjectPhoenix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
includeEyes bool
legsParentInSpine bool

공개 메소드들

메소드 설명
AutoDetectParams ( bool legsParentInSpine, bool includeEyes ) : UnityEngine

메소드 상세

AutoDetectParams() 공개 메소드

public AutoDetectParams ( bool legsParentInSpine, bool includeEyes ) : UnityEngine
legsParentInSpine bool
includeEyes bool
리턴 UnityEngine

프로퍼티 상세

includeEyes 공개적으로 프로퍼티

public bool includeEyes
리턴 bool

legsParentInSpine 공개적으로 프로퍼티

Should the immediate parent of the legs be included in the spine?.
public bool legsParentInSpine
리턴 bool