Class FBXLiteralProperty
Inheritance
FBXLiteralProperty
Assembly: Assembly-CSharp.dll
Syntax
public class FBXLiteralProperty : IFBXProperty
Constructors
FBXLiteralProperty(string)
Declaration
public FBXLiteralProperty(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Properties
ByteLength
Declaration
public int ByteLength { get; }
Property Value
DataLength
Declaration
public int DataLength { get; }
Property Value
Methods
Write(BinaryWriter, bool)
Declaration
public void Write(BinaryWriter binaryWriter, bool inArray = false)
Parameters
Implements