Class AnimatedConstraintExportTest
Inheritance
AnimatedConstraintExportTest
Syntax
public class AnimatedConstraintExportTest : AnimationClipsExportTest
Fields
ConstraintName
Declaration
protected const string ConstraintName = "posConstraint"
Field Value
Properties
Components
Declaration
protected override string[] Components { get; }
Property Value
Overrides
PropertyNames
Declaration
protected override string[] PropertyNames { get; }
Property Value
Overrides
Methods
CheckScene(FbxScene)
Declaration
protected override void CheckScene(FbxScene scene)
Parameters
Overrides
CreatePositionConstraint(FbxScene, FbxNode, FbxNode)
Declaration
protected FbxConstraint CreatePositionConstraint(FbxScene scene, FbxNode sourceNode, FbxNode constrainedNode)
Parameters
Returns
CreateScene(FbxManager)
Declaration
protected override FbxScene CreateScene(FbxManager manager)
Parameters
Returns
Overrides
Init()
Declaration
public override void Init()
Overrides