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