Ejemplo n.º 1
0
 public static void SetVariableValue(SunRaysEffectParams param, Vector3 value)
 {
     Native.Engine3DInterop.SetTimeOfDayVariableValueColor((int)param, value);
 }
Ejemplo n.º 2
0
 public static void SetVariableValue(SunRaysEffectParams param, Vec3 value)
 {
     Native3DEngineMethods.SetTimeOfDayVariableValueColor((int)param, value);
 }
Ejemplo n.º 3
0
 public static void SetVariableValue(SunRaysEffectParams param, Vector3 value)
 {
     Native.Engine3DInterop.SetTimeOfDayVariableValueColor((int)param, value);
 }
Ejemplo n.º 4
0
 public static void SetVariableValue(SunRaysEffectParams param, Vec3 value)
 {
     Native3DEngineMethods.SetTimeOfDayVariableValueColor((int)param, value);
 }