Class RenderPropertyAsVector2Input
Render Property As Float Input attribute.
Inherited Members
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. |
float | minY | Minimum Y. |
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. |
float | minY | Minimum Y. |
float | maxX | Maximum X. |
float | maxY | Maximum Y. |
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.
Declaration
public float MaxX
Field Value
Type | Description |
---|---|
float |
MaxY
Maximum Y.
Declaration
public float MaxY
Field Value
Type | Description |
---|---|
float |
MinX
Minimun X.
Declaration
public float MinX
Field Value
Type | Description |
---|---|
float |
MinY
Minimum Y.
Declaration
public float MinY
Field Value
Type | Description |
---|---|
float |