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