Method GetUniqueID
GetUniqueID<T>()
Returns the sky type unique ID. Use this to override the skyType in the Visual Environment volume component.
Declaration
public static int GetUniqueID<T>()
Returns
| Type | Description |
|---|---|
| int | The unique ID for the requested sky type. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the sky. |
GetUniqueID(Type)
Returns the sky type unique ID. Use this to override the skyType in the Visual Environment volume component.
Declaration
public static int GetUniqueID(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | Type of the sky. |
Returns
| Type | Description |
|---|---|
| int | The unique ID for the requested sky type. |