Table of Contents

Struct Float3

Namespace
SharpPluginLoader.Core.MtTypes
Assembly
SharpPluginLoader.Core.dll
public struct Float3
Inherited Members

Fields

X

public float X

Field Value

float

Y

public float Y

Field Value

float

Z

public float Z

Field Value

float

Properties

this[int]

public float this[int index] { get; set; }

Parameters

index int

Property Value

float