Class FBXArray
Inherited Members
Namespace: TriLibExporter.Fbx.Writer
Assembly: Assembly-CSharp.dll
Syntax
public class FBXArray
Constructors
FBXArray(int, Type, FBXNode)
Declaration
public FBXArray(int length, Type type, FBXNode node)
Parameters
Type | Name | Description |
---|---|---|
int | length | |
Type | type | |
FBXNode | node |
Properties
ByteLength
Declaration
public int ByteLength { get; }
Property Value
Type | Description |
---|---|
int |
DataLength
Declaration
public int DataLength { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Write(BinaryWriter, bool)
Declaration
public void Write(BinaryWriter binaryWriter, bool inArray = false)
Parameters
Type | Name | Description |
---|---|---|
BinaryWriter | binaryWriter | |
bool | inArray |