Class CustomColorData
Inheritance
CustomColorData
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[Serializable]
public class CustomColorData : ISerializationCallbackReceiver
Methods
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Remove(string)
Declaration
public void Remove(string provider)
Parameters
Type |
Name |
Description |
string |
provider |
|
Set(string, Color)
Declaration
public void Set(string provider, Color color)
Parameters
TryGetColor(string, out Color)
Declaration
public bool TryGetColor(string provider, out Color color)
Parameters
Returns
Implements