Show / Hide Table of Contents

Class TreeAttribute

Inheritance
Object
Attribute
TreeAttribute
Implements
_Attribute
Inherited Members
Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
Attribute.GetCustomAttributes(MemberInfo)
Attribute.GetCustomAttributes(MemberInfo, Boolean)
Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, Boolean)
Attribute.GetCustomAttribute(MemberInfo, Type)
Attribute.GetCustomAttribute(MemberInfo, Type, Boolean)
Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
Attribute.GetCustomAttributes(ParameterInfo, Boolean)
Attribute.IsDefined(ParameterInfo, Type)
Attribute.IsDefined(ParameterInfo, Type, Boolean)
Attribute.GetCustomAttribute(ParameterInfo, Type)
Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean)
Attribute.GetCustomAttributes(Module, Type)
Attribute.GetCustomAttributes(Module)
Attribute.GetCustomAttributes(Module, Boolean)
Attribute.GetCustomAttributes(Module, Type, Boolean)
Attribute.IsDefined(Module, Type)
Attribute.IsDefined(Module, Type, Boolean)
Attribute.GetCustomAttribute(Module, Type)
Attribute.GetCustomAttribute(Module, Type, Boolean)
Attribute.GetCustomAttributes(Assembly, Type)
Attribute.GetCustomAttributes(Assembly, Type, Boolean)
Attribute.GetCustomAttributes(Assembly)
Attribute.GetCustomAttributes(Assembly, Boolean)
Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, Boolean)
Attribute.GetCustomAttribute(Assembly, Type)
Attribute.GetCustomAttribute(Assembly, Type, Boolean)
Attribute.Equals(Object)
Attribute.GetHashCode()
Attribute.Match(Object)
Attribute.IsDefaultAttribute()
Attribute._Attribute.GetTypeInfoCount(UInt32)
Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
Attribute._Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
Attribute._Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
Attribute.TypeId
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: TreeEditor
Assembly: UnityEditor.dll
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class TreeAttribute : Attribute, _Attribute

Constructors

| Improve this Doc View Source

TreeAttribute(String, String, Single, Single)

Declaration
public TreeAttribute(string uiLabel, string uiGadget, float uiMin, float uiMax)
Parameters
Type Name Description
String uiLabel
String uiGadget
Single uiMin
Single uiMax
| Improve this Doc View Source

TreeAttribute(String, String, Single, Single, String)

Declaration
public TreeAttribute(string uiLabel, string uiGadget, float uiMin, float uiMax, string uiRequirement)
Parameters
Type Name Description
String uiLabel
String uiGadget
Single uiMin
Single uiMax
String uiRequirement
| Improve this Doc View Source

TreeAttribute(String, String, Single, Single, String, Single, Single)

Declaration
public TreeAttribute(string uiLabel, string uiGadget, float uiMin, float uiMax, string uiCurve, float uiCurveMin, float uiCurveMax)
Parameters
Type Name Description
String uiLabel
String uiGadget
Single uiMin
Single uiMax
String uiCurve
Single uiCurveMin
Single uiCurveMax
| Improve this Doc View Source

TreeAttribute(String, String, Single, Single, String, Single, Single, String)

Declaration
public TreeAttribute(string uiLabel, string uiGadget, float uiMin, float uiMax, string uiCurve, float uiCurveMin, float uiCurveMax, string uiRequirement)
Parameters
Type Name Description
String uiLabel
String uiGadget
Single uiMin
Single uiMax
String uiCurve
Single uiCurveMin
Single uiCurveMax
String uiRequirement
| Improve this Doc View Source

TreeAttribute(String, String, String)

Declaration
public TreeAttribute(string uiLabel, string uiGadget, string uiOptions)
Parameters
Type Name Description
String uiLabel
String uiGadget
String uiOptions
| Improve this Doc View Source

TreeAttribute(String, String, String, String, Single, Single, String)

Declaration
public TreeAttribute(string uiLabel, string uiGadget, string uiOptions, string uiCurve, float uiCurveMin, float uiCurveMax, string uiRequirement)
Parameters
Type Name Description
String uiLabel
String uiGadget
String uiOptions
String uiCurve
Single uiCurveMin
Single uiCurveMax
String uiRequirement

Fields

| Improve this Doc View Source

uiCurve

Declaration
public string uiCurve
Field Value
Type Description
String
| Improve this Doc View Source

uiCurveMax

Declaration
public float uiCurveMax
Field Value
Type Description
Single
| Improve this Doc View Source

uiCurveMin

Declaration
public float uiCurveMin
Field Value
Type Description
Single
| Improve this Doc View Source

uiGadget

Declaration
public string uiGadget
Field Value
Type Description
String
| Improve this Doc View Source

uiLabel

Declaration
public string uiLabel
Field Value
Type Description
String
| Improve this Doc View Source

uiMax

Declaration
public float uiMax
Field Value
Type Description
Single
| Improve this Doc View Source

uiMin

Declaration
public float uiMin
Field Value
Type Description
Single
| Improve this Doc View Source

uiOptions

Declaration
public GUIContent[] uiOptions
Field Value
Type Description
GUIContent[]
| Improve this Doc View Source

uiRequirement

Declaration
public string uiRequirement
Field Value
Type Description
String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Implements

System.Runtime.InteropServices._Attribute

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX