Class ColorShaderProperty
Inheritance
ColorShaderProperty
Syntax
[Serializable]
public sealed class ColorShaderProperty : AbstractShaderProperty<Color>, ISerializationCallbackReceiver
Fields
deprecatedVersion
Declaration
public const int deprecatedVersion = 2
Field Value
Properties
colorMode
Declaration
public ColorMode colorMode { get; set; }
Property Value
latestVersion
Declaration
public override int latestVersion { get; }
Property Value
Overrides
propertyType
Declaration
public override PropertyType propertyType { get; }
Property Value
Overrides
Methods
GetOldDefaultReferenceName()
Declaration
public override string GetOldDefaultReferenceName()
Returns
Overrides
OnAfterDeserialize(String)
Declaration
public override void OnAfterDeserialize(string json)
Parameters
Type |
Name |
Description |
String |
json |
|
Overrides