Class FbxPropertyTest
Inherited Members
Namespace: Autodesk.Fbx.UnitTests
Syntax
public class FbxPropertyTest : TestBase<FbxProperty>
Methods
BasicTests()
Declaration
public void BasicTests()
GenericPropertyTests<T>(T, FbxObject, String, FbxDataType)
Declaration
public static void GenericPropertyTests<T>(T property, FbxObject parent, string propertyName, FbxDataType dataType)
where T : FbxProperty
Parameters
Type | Name | Description |
---|---|---|
T | property | |
FbxObject | parent | |
String | propertyName | |
FbxDataType | dataType |
Type Parameters
Name | Description |
---|---|
T |
TestEquality()
Declaration
public void TestEquality()