Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
ConvertDumpToUnityAnimationFile ( ) : void | ||
LoadAnimationDump ( string filePath ) : void | ||
ResetAnimationDump ( ) : void |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
PlayAnimation ( ) : void | ||
ReadAnimation ( ) : void | ||
ReadWriteHierarchy ( Transform h, bool record ) : void | ||
ResetFlags ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
WriteCurveToClip ( |
public ConvertDumpToUnityAnimationFile ( ) : void | ||
return | void |
public LoadAnimationDump ( string filePath ) : void | ||
filePath | string | |
return | void |
public Constraint, rootPositionConstraint | ||
return | Constraint, |
public Constraint, rootRotationConstraint | ||
return | Constraint, |