Class Vector1ShaderProperty
Inheritance
Vector1ShaderProperty
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[Serializable]
public sealed class Vector1ShaderProperty : AbstractShaderProperty<float>, ISerializationCallbackReceiver
Properties
cSharpEnumType
Declaration
public Type cSharpEnumType { get; set; }
Property Value
enumNames
Declaration
public List<string> enumNames { get; set; }
Property Value
enumType
Declaration
public EnumType enumType { get; set; }
Property Value
enumValues
Declaration
public List<int> enumValues { get; set; }
Property Value
floatType
Declaration
public FloatType floatType { get; set; }
Property Value
latestVersion
Declaration
public override int latestVersion { get; }
Property Value
Overrides
propertyType
Declaration
public override PropertyType propertyType { get; }
Property Value
Overrides
rangeValues
Declaration
public Vector2 rangeValues { get; set; }
Property Value
value
Declaration
public override float value { get; set; }
Property Value
Overrides
Methods
OnAfterDeserialize(string)
Declaration
public override void OnAfterDeserialize(string json)
Parameters
Type |
Name |
Description |
string |
json |
|
Overrides
Implements