Exemplo n.º 1
0
        /// Set shadow map focusing parameters.
        FocusParameters GetShadowFocus()
        {
            FocusParameters focusParams = new FocusParameters();

            csi_Atomic_Light_GetShadowFocus(nativeInstance, ref focusParams);
            return(focusParams);
        }
Exemplo n.º 2
0
 /// Set shadow map focusing parameters.
 void SetShadowFocus(FocusParameters parameters)
 {
     csi_Atomic_Light_SetShadowFocus(nativeInstance, ref parameters);
 }
Exemplo n.º 3
0
 private static extern void csi_Atomic_Light_SetShadowFocus(IntPtr self, ref FocusParameters parameters);
Exemplo n.º 4
0
 private static extern void csi_Atomic_Light_GetShadowFocus(IntPtr self, ref FocusParameters retValue);
Exemplo n.º 5
0
 /// Set shadow map focusing parameters.
 FocusParameters GetShadowFocus()
 {
     FocusParameters focusParams = new FocusParameters();
     csi_Atomic_Light_GetShadowFocus(nativeInstance, ref focusParams);
     return focusParams;
 }
Exemplo n.º 6
0
 private static extern void csi_Atomic_Light_SetShadowFocus(IntPtr self, ref FocusParameters parameters);
Exemplo n.º 7
0
 private static extern void csi_Atomic_Light_GetShadowFocus(IntPtr self, ref FocusParameters retValue);
Exemplo n.º 8
0
 /// Set shadow map focusing parameters.
 void SetShadowFocus(FocusParameters parameters)
 {
     csi_Atomic_Light_SetShadowFocus(nativeInstance, ref parameters);
 }