Class FbxAnimCurveTest
Inherited Members
Namespace: Autodesk.Fbx.UnitTests
Syntax
public class FbxAnimCurveTest : Base<FbxAnimCurve>
Methods
CreateObject(FbxManager, String)
Declaration
public override FbxAnimCurve CreateObject(FbxManager mgr, string name = "")
Parameters
Type | Name | Description |
---|---|---|
FbxManager | mgr | |
String | name |
Returns
Type | Description |
---|---|
FbxAnimCurve |
Overrides
Autodesk.Fbx.UnitTests.Base<Autodesk.Fbx.FbxAnimCurve>.CreateObject(Autodesk.Fbx.FbxManager, System.String)
CreateObject(FbxObject, String)
Declaration
public override FbxAnimCurve CreateObject(FbxObject container, string name = "")
Parameters
Type | Name | Description |
---|---|---|
FbxObject | container | |
String | name |
Returns
Type | Description |
---|---|
FbxAnimCurve |
Overrides
Autodesk.Fbx.UnitTests.Base<Autodesk.Fbx.FbxAnimCurve>.CreateObject(Autodesk.Fbx.FbxObject, System.String)
TestBasics()
Declaration
public void TestBasics()
TestDisposeDestroy()
Declaration
public override void TestDisposeDestroy()
Overrides
Autodesk.Fbx.UnitTests.Base<Autodesk.Fbx.FbxAnimCurve>.TestDisposeDestroy()
TestKeyAddBeforeKeyModifyBegin()
Declaration
public void TestKeyAddBeforeKeyModifyBegin()
TestKeyModifyEndBeforeKeyModifyBegin()
Declaration
public void TestKeyModifyEndBeforeKeyModifyBegin()
TestSceneContainer()
Declaration
protected override void TestSceneContainer()
Overrides
Autodesk.Fbx.UnitTests.Base<Autodesk.Fbx.FbxAnimCurve>.TestSceneContainer()