Class FBXLongProperty
Inheritance
FBXLongProperty
Assembly: Assembly-CSharp.dll
Syntax
public class FBXLongProperty : IFBXProperty
Constructors
FBXLongProperty(long)
Declaration
public FBXLongProperty(long value)
Parameters
Type |
Name |
Description |
long |
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