DynamicColor, Crystal prefab, Finish Puzzle B
This commit is contained in:
14
Assets/Engine/Runtime/Utilities/DynamicColor.cs
Normal file
14
Assets/Engine/Runtime/Utilities/DynamicColor.cs
Normal 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;
|
||||
}
|
||||
}
|
||||
3
Assets/Engine/Runtime/Utilities/DynamicColor.cs.meta
Normal file
3
Assets/Engine/Runtime/Utilities/DynamicColor.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: be15a05372394378a7b6a28e1dd89a1d
|
||||
timeCreated: 1669760387
|
||||
Reference in New Issue
Block a user