Method RemoveHDLight
RemoveHDLight(GameObject)
Remove the HD Light components from a GameObject.
선언
public static void RemoveHDLight(this GameObject gameObject)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GameObject | gameObject | The GameObject on which the light is going to be removed |