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