public void DelLight(V3dLight MyLight) { V3d_Viewer_DelLight1C16FAC6(Instance, MyLight.Instance); }
public bool IsGlobalLight(V3dLight TheLight) { return(V3d_Viewer_IsGlobalLight1C16FAC6(Instance, TheLight.Instance)); }
public void SetLightOff(V3dLight MyLight) { V3d_Viewer_SetLightOff1C16FAC6(Instance, MyLight.Instance); }