C# Class UnityEditorInternal.ShaderVectorInfo

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
flags int
name string
value Vector4

Property Details

flags public property

public int flags
return int

name public property

public string name
return string

value public property

public Vector4 value
return Vector4