Table of Contents

Struct InteropVector3f

Namespace
Coherence.Core
Assembly
Coherence.Core.Native.dll
public struct InteropVector3f

Constructors

InteropVector3f(Vector3)

public InteropVector3f(Vector3 vector)

Parameters

vector Vector3

Fields

X

public float X

Field Value

float

Y

public float Y

Field Value

float

Z

public float Z

Field Value

float

Methods

Into()

public Vector3 Into()

Returns

Vector3