Version 3.3.0.2

SelfValidationResult.ResultItemMetaData struct

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
public struct ResultItemMetaData

Constructors

ResultItemMetaData(String, Object, Attribute[])
public ResultItemMetaData(string name, object value, params Attribute[] attributes)
Parameters
System.String name

System.Object value

System.Attribute[] attributes

Fields

Attributes
public Attribute[] Attributes
Name
public string Name
Value
public object Value