Search Results for

    Show / Hide Table of Contents

    Class RenderPropertyAsVector2Input

    Renders the property as a float input.

    Inheritance
    object
    Attribute
    RenderProperty
    RenderPropertyAsVector2Input
    Inherited Members
    RenderProperty.ConverterType
    RenderProperty.RenderPosition
    RenderProperty.Tag
    RenderProperty.AttachToTag
    RenderProperty.AttachToValue
    RenderProperty.Tooltip
    RenderProperty.CustomPropertyName
    RenderProperty.ShowConditionFunction
    RenderProperty.DefaultValue
    Namespace: Evergine.Common.Attributes
    Assembly: Evergine.Common.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
    public class RenderPropertyAsVector2Input : RenderProperty

    Constructors

    RenderPropertyAsVector2Input()

    Initializes a new instance of the RenderPropertyAsVector2Input class.

    Declaration
    public RenderPropertyAsVector2Input()

    RenderPropertyAsVector2Input(float, float)

    Initializes a new instance of the RenderPropertyAsVector2Input class.

    Declaration
    public RenderPropertyAsVector2Input(float minX, float minY)
    Parameters
    Type Name Description
    float minX

    Minimum X value.

    float minY

    Minimum Y value.

    RenderPropertyAsVector2Input(float, float, float, float)

    Initializes a new instance of the RenderPropertyAsVector2Input class.

    Declaration
    public RenderPropertyAsVector2Input(float minX, float minY, float maxX, float maxY)
    Parameters
    Type Name Description
    float minX

    Minimum X value.

    float minY

    Minimum Y value.

    float maxX

    Maximum X value.

    float maxY

    Maximum Y value.

    RenderPropertyAsVector2Input(Type)

    Initializes a new instance of the RenderPropertyAsVector2Input class.

    Declaration
    public RenderPropertyAsVector2Input(Type converterType)
    Parameters
    Type Name Description
    Type converterType

    The data converter type.

    RenderPropertyAsVector2Input(Type, float, float)

    Initializes a new instance of the RenderPropertyAsVector2Input class.

    Declaration
    public RenderPropertyAsVector2Input(Type converterType, float minX, float minY)
    Parameters
    Type Name Description
    Type converterType

    The data converter type.

    float minX

    Minimum X.

    float minY

    Minimum Y.

    RenderPropertyAsVector2Input(Type, float, float, float, float)

    Initializes a new instance of the RenderPropertyAsVector2Input class.

    Declaration
    public RenderPropertyAsVector2Input(Type converterType, float minX, float minY, float maxX, float maxY)
    Parameters
    Type Name Description
    Type converterType

    The data converter type.

    float minX

    Minimum X.

    float minY

    Minimum Y.

    float maxX

    Maximum X.

    float maxY

    Maximum Y.

    Fields

    MaxX

    Maximum X value.

    Declaration
    public float MaxX
    Field Value
    Type Description
    float

    MaxY

    Maximum Y value.

    Declaration
    public float MaxY
    Field Value
    Type Description
    float

    MinX

    Minimum X.

    Declaration
    public float MinX
    Field Value
    Type Description
    float

    MinY

    Minimum Y-axis value.

    Declaration
    public float MinY
    Field Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX