Struct Vertice
Represents a vertice drawn in primitives
Assembly: SlipeClient.dll
Syntax
Constructors
|
Improve this Doc
View Source
Vertice(Vector2, Color)
Declaration
public Vertice(Vector2 position, Color color)
Parameters
|
Improve this Doc
View Source
Vertice(Vector2, Color, Vector2)
Declaration
public Vertice(Vector2 position, Color color, Vector2 topLeft)
Parameters
Properties
|
Improve this Doc
View Source
Color
Declaration
public readonly Color Color { get; }
Property Value
|
Improve this Doc
View Source
Position
The position of the vertice
Declaration
public readonly Vector2 Position { get; }
Property Value
|
Improve this Doc
View Source
TopLeft
If using material primitives, this describes the relative top left coordinate of the image
Declaration
public readonly Vector2 TopLeft { get; }
Property Value