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