Struct MyOwnVector
Namespace: Unity.Properties.Tests
Syntax
public struct MyOwnVector
Fields
x
Declaration
public float x
Field Value
| Type | Description |
|---|---|
| Single |
y
Declaration
public float y
Field Value
| Type | Description |
|---|---|
| Single |
Properties
z
Declaration
public float z { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |