Method IsLightEnabled
IsLightEnabled(GameObject)
Whether a light should be rendered.
선언
public bool IsLightEnabled(GameObject gameObject)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GameObject | gameObject | The game object of the light to be rendered. |
반환
타입 | 설명 |
---|---|
bool |
|