C# 클래스 AnimationBaker, Holdout

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

공개 프로퍼티들

프로퍼티 타입 설명
animClip AnimationFile
animateAtPlace bool
animationFileFolderPath string
bakingProperties Constraint,
createDumpFile bool
createUnityAnimation bool
curAnimationName string
cycleProcessed bool
delayTime float
dumpAutoBake bool
isLegacyType bool
loop bool
passedTime float
recordTime float
rootPositionConstraint Constraint,
rootRotationConstraint Constraint,
rootScaleConstraint Constraint,
rotateAtPlace bool
samples int
sourceAnimator Animator
sourceSkeleton Transform
startRecord bool

공개 메소드들

메소드 설명
ConvertDumpToUnityAnimationFile ( ) : void
LoadAnimationDump ( string filePath ) : void
ResetAnimationDump ( ) : void

비공개 메소드들

메소드 설명
FixedUpdate ( ) : void
PlayAnimation ( ) : void
ReadAnimation ( ) : void
ReadWriteHierarchy ( Transform h, bool record ) : void
ResetFlags ( ) : void
Start ( ) : void
Update ( ) : void
WriteCurveToClip ( AnimationClip aC, int boneIndex ) : AnimationClip

메소드 상세

ConvertDumpToUnityAnimationFile() 공개 메소드

public ConvertDumpToUnityAnimationFile ( ) : void
리턴 void

LoadAnimationDump() 공개 메소드

public LoadAnimationDump ( string filePath ) : void
filePath string
리턴 void

ResetAnimationDump() 공개 메소드

public ResetAnimationDump ( ) : void
리턴 void

프로퍼티 상세

animClip 공개적으로 프로퍼티

public AnimationFile animClip
리턴 AnimationFile

animateAtPlace 공개적으로 프로퍼티

public bool animateAtPlace
리턴 bool

animationFileFolderPath 공개적으로 프로퍼티

public string animationFileFolderPath
리턴 string

bakingProperties 공개적으로 프로퍼티

public Constraint, bakingProperties
리턴 Constraint,

createDumpFile 공개적으로 프로퍼티

public bool createDumpFile
리턴 bool

createUnityAnimation 공개적으로 프로퍼티

public bool createUnityAnimation
리턴 bool

curAnimationName 공개적으로 프로퍼티

public string curAnimationName
리턴 string

cycleProcessed 공개적으로 정적으로 프로퍼티

public static bool cycleProcessed
리턴 bool

delayTime 공개적으로 프로퍼티

public float delayTime
리턴 float

dumpAutoBake 공개적으로 프로퍼티

public bool dumpAutoBake
리턴 bool

isLegacyType 공개적으로 프로퍼티

public bool isLegacyType
리턴 bool

loop 공개적으로 프로퍼티

public bool loop
리턴 bool

passedTime 공개적으로 프로퍼티

public float passedTime
리턴 float

recordTime 공개적으로 프로퍼티

public float recordTime
리턴 float

rootPositionConstraint 공개적으로 프로퍼티

public Constraint, rootPositionConstraint
리턴 Constraint,

rootRotationConstraint 공개적으로 프로퍼티

public Constraint, rootRotationConstraint
리턴 Constraint,

rootScaleConstraint 공개적으로 프로퍼티

public Constraint, rootScaleConstraint
리턴 Constraint,

rotateAtPlace 공개적으로 프로퍼티

public bool rotateAtPlace
리턴 bool

samples 공개적으로 프로퍼티

public int samples
리턴 int

sourceAnimator 공개적으로 프로퍼티

public Animator sourceAnimator
리턴 Animator

sourceSkeleton 공개적으로 프로퍼티

public Transform sourceSkeleton
리턴 Transform

startRecord 공개적으로 프로퍼티

public bool startRecord
리턴 bool