Example #1
0
 public static void SetVariableValue(HDRParams param, Vector3 value)
 {
     Native.Engine3DInterop.SetTimeOfDayVariableValueColor((int)param, value);
 }
Example #2
0
 public static void SetVariableValue(HDRParams param, float value)
 {
     Native.Engine3DInterop.SetTimeOfDayVariableValue((int)param, value);
 }
Example #3
0
 public static void SetVariableValue(HDRParams param, Vector3 value)
 {
     Native.Engine3DInterop.SetTimeOfDayVariableValueColor((int)param, value);
 }
Example #4
0
 public static void SetVariableValue(HDRParams param, float value)
 {
     Native.Engine3DInterop.SetTimeOfDayVariableValue((int)param, value);
 }
Example #5
0
 public static void SetVariableValue(HDRParams param, Vec3 value)
 {
     Native3DEngineMethods.SetTimeOfDayVariableValueColor((int)param, value);
 }
Example #6
0
 public static void SetVariableValue(HDRParams param, Vec3 value)
 {
     Native3DEngineMethods.SetTimeOfDayVariableValueColor((int)param, value);
 }