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