SmartFloat
Namespace: Murder.Core.Smart
Assembly: Murder.dll
public sealed struct SmartFloat
⭐ Constructors
public SmartFloat()
public SmartFloat(float custom)
Parameters
custom
float
public SmartFloat(Guid guid, int index, float custom)
Parameters
guid
Guid
index
int
custom
float
⭐ Properties
Asset
public readonly Guid Asset;
Returns
Guid
Custom
public readonly float Custom;
Returns
float
Float
public float Float { get; }
Returns
float
Index
public readonly int Index;
Returns
int
⚡