Class AnimationClipsExportTest
Inheritance
AnimationClipsExportTest
Syntax
public class AnimationClipsExportTest : RoundTripTestBase
Fields
m_keyCount
Declaration
Field Value
m_propComponentList
Declaration
protected List<AnimationClipsExportTest.PropertyComponentPair> m_propComponentList
Field Value
Properties
Components
Declaration
protected virtual string[] Components { get; }
Property Value
PropertyComponentList
Declaration
protected virtual List<AnimationClipsExportTest.PropertyComponentPair> PropertyComponentList { get; }
Property Value
PropertyNames
Declaration
protected virtual string[] PropertyNames { get; }
Property Value
Methods
CheckAnimCurve(FbxObject, FbxObject, FbxAnimLayer, FbxAnimLayer, List<AnimationClipsExportTest.PropertyComponentPair>, FbxNodeAttribute, FbxNodeAttribute)
Declaration
protected void CheckAnimCurve(FbxObject origAnimObject, FbxObject importAnimObject, FbxAnimLayer origLayer, FbxAnimLayer importLayer, List<AnimationClipsExportTest.PropertyComponentPair> propCompPairs, FbxNodeAttribute origNodeAttr = null, FbxNodeAttribute importNodeAttr = null)
Parameters
CheckAnimStack(FbxAnimStack, FbxAnimStack)
Declaration
protected void CheckAnimStack(FbxAnimStack origStack, FbxAnimStack importStack)
Parameters
CheckScene(FbxScene)
Declaration
protected override void CheckScene(FbxScene scene)
Parameters
Overrides
CreateAnimCurves(FbxObject, FbxAnimLayer, List<AnimationClipsExportTest.PropertyComponentPair>, Func<Int32, Double>, Func<Int32, Single>, FbxNodeAttribute)
Declaration
protected void CreateAnimCurves(FbxObject animObject, FbxAnimLayer animLayer, List<AnimationClipsExportTest.PropertyComponentPair> properties, Func<int, double> calcTime, Func<int, float> calcValue, FbxNodeAttribute animNodeAttr = null)
Parameters
CreateAnimStack(FbxScene)
Declaration
protected FbxAnimStack CreateAnimStack(FbxScene scene)
Parameters
Returns
CreateScene(FbxManager)
Declaration
protected override FbxScene CreateScene(FbxManager manager)
Parameters
Returns
Overrides
Init()
Declaration
public override void Init()
Overrides