Interface IFBXProperty
Namespace: TriLibExporter.Fbx.Writer
Assembly: Assembly-CSharp.dll
Syntax
public interface IFBXProperty
Properties
ByteLength
Declaration
int ByteLength { get; }
Property Value
Type | Description |
---|---|
int |
DataLength
Declaration
int DataLength { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Write(BinaryWriter, bool)
Declaration
void Write(BinaryWriter binaryWriter, bool inArray = false)
Parameters
Type | Name | Description |
---|---|---|
BinaryWriter | binaryWriter | |
bool | inArray |