Class RangeDecorator | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class RangeDecorator

    Inheritance
    System.Object
    AttributeDecorator
    RangeDecorator
    Inherited Members
    AttributeDecorator.IsAutoProperty()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEditor.Rendering.PostProcessing
    Syntax
    [Decorator(typeof (RangeAttribute))]
    public sealed class RangeDecorator : AttributeDecorator

    Methods

    OnGUI(SerializedProperty, SerializedProperty, GUIContent, Attribute)

    Declaration
    public override bool OnGUI(SerializedProperty property, SerializedProperty overrideState, GUIContent title, Attribute attribute)
    Parameters
    Type Name Description
    SerializedProperty property
    SerializedProperty overrideState
    GUIContent title
    System.Attribute attribute
    Returns
    Type Description
    System.Boolean
    Overrides
    AttributeDecorator.OnGUI(SerializedProperty, SerializedProperty, GUIContent, Attribute)
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX