コード例 #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);