Class Vector2ShaderProperty
Inheritance
Vector2ShaderProperty
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[Serializable]
public sealed class Vector2ShaderProperty : 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