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