示例#1
0
文件: Light.cs 项目: mrozmanith/urho
 /// <summary>
 /// Set shadow map focusing parameters.
 /// </summary>
 private void SetShadowFocus(FocusParameters parameters)
 {
     Runtime.ValidateRefCounted(this);
     Light_SetShadowFocus(handle, ref parameters);
 }
示例#2
0
文件: Light.cs 项目: mrozmanith/urho
 internal static extern void Light_SetShadowFocus(IntPtr handle, ref FocusParameters parameters);