Class Vector4ShaderProperty
Inheritance
Vector4ShaderProperty
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[Serializable]
public sealed class Vector4ShaderProperty : VectorShaderProperty, ISerializationCallbackReceiver
Properties
latestVersion
Declaration
public override int latestVersion { get; }
Property Value
Overrides
propertyType
Declaration
public override PropertyType propertyType { get; }
Property Value
Overrides
Methods
OnAfterDeserialize(string)
Declaration
public override void OnAfterDeserialize(string json)
Parameters
Type |
Name |
Description |
string |
json |
|
Overrides
Implements