DynamicColor, Crystal prefab, Finish Puzzle B

This commit is contained in:
2022-11-28 23:31:00 +01:00
parent 60e390a993
commit 450c16c94f
63 changed files with 2915 additions and 361 deletions

View File

@@ -0,0 +1,14 @@
using System;
using UnityEngine;
namespace EscapeRoomEngine.Engine.Runtime.Utilities
{
[Serializable]
public struct DynamicColor
{
[ColorUsage(true, true)]
public Color hdr;
[ColorUsage(true, false)]
public Color ldr;
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: be15a05372394378a7b6a28e1dd89a1d
timeCreated: 1669760387