Method TryGetSceneObjectID
TryGetSceneObjectID<TCategory>(GameObject, out int, out TCategory)
선언
public static bool TryGetSceneObjectID<TCategory>(GameObject gameObject, out int index, out TCategory category) where TCategory : struct, IConvertible
파라미터
타입 | 이름 | 설명 |
---|---|---|
GameObject | gameObject | |
int | index | |
TCategory | category |
반환
타입 | 설명 |
---|---|
bool |
타입 파라미터
이름 | 설명 |
---|---|
TCategory |