Struct int3
Namespace: Unity.NetCode.Tests
Syntax
public struct int3
Fields
x
Declaration
public int x
Field Value
Type | Description |
---|---|
Int32 |
y
Declaration
public int y
Field Value
Type | Description |
---|---|
Int32 |
z
Declaration
public int z
Field Value
Type | Description |
---|---|
Int32 |