Struct uint3
Namespace: Unity.NetCode.Tests
Syntax
public struct uint3
Fields
x
Declaration
public uint x
Field Value
Type | Description |
---|---|
UInt32 |
y
Declaration
public uint y
Field Value
Type | Description |
---|---|
UInt32 |
z
Declaration
public uint z
Field Value
Type | Description |
---|---|
UInt32 |