/// <summary> /// Set shadow map focusing parameters. /// </summary> private void SetShadowFocus(FocusParameters parameters) { Runtime.ValidateRefCounted(this); Light_SetShadowFocus(handle, ref parameters); }
internal static extern void Light_SetShadowFocus(IntPtr handle, ref FocusParameters parameters);