Method IsGameCamera
IsGameCamera(Camera)
Checks if a camera is a game camera.
선언
public static bool IsGameCamera(Camera camera)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Camera | camera | Camera to check state from. |
반환
타입 | 설명 |
---|---|
bool | true if given camera is a game camera, false otherwise. |