예제 #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);