Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
KclLibrary.Vector3U Class Reference

Represents 3 Uint32 vector values. More...

Public Member Functions

 Vector3U (uint x, uint y, uint z)
 
override string ToString ()
 

Properties

uint X [get, set]
 Gets or sets the X value of the 3 vector values.
 
uint Y [get, set]
 Gets or sets the Y value of the 3 vector values.
 
uint Z [get, set]
 Gets or sets the Z value of the 3 vector values.
 

Detailed Description

Represents 3 Uint32 vector values.

Constructor & Destructor Documentation

◆ Vector3U()

KclLibrary.Vector3U.Vector3U ( uint x,
uint y,
uint z )

Member Function Documentation

◆ ToString()

override string KclLibrary.Vector3U.ToString ( )

Property Documentation

◆ X

uint KclLibrary.Vector3U.X
getset

Gets or sets the X value of the 3 vector values.

◆ Y

uint KclLibrary.Vector3U.Y
getset

Gets or sets the Y value of the 3 vector values.

◆ Z

uint KclLibrary.Vector3U.Z
getset

Gets or sets the Z value of the 3 vector values.


The documentation for this class was generated from the following file: