Method GetUniqueID
GetUniqueID<T>()
Returns the sky type unique ID. Use this to override the skyType in the Visual Environment volume component.
선언
public static int GetUniqueID<T>()
반환
타입 | 설명 |
---|---|
int | The unique ID for the requested sky type. |
타입 파라미터
이름 | 설명 |
---|---|
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.
선언
public static int GetUniqueID(Type type)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | Type of the sky. |
반환
타입 | 설명 |
---|---|
int | The unique ID for the requested sky type. |