Float3
Namespace: SharpPluginLoader.Core.MtTypes
public struct Float3
Inheritance Object → ValueType → Float3
Fields
X
public float X;
Y
public float Y;
Z
public float Z;
Properties
Item
public float Item { get; set; }
Namespace: SharpPluginLoader.Core.MtTypes
public struct Float3
Inheritance Object → ValueType → Float3
public float X;
public float Y;
public float Z;
public float Item { get; set; }