C# Class AkaCore.AkaLib.AGeometry.Polygon

Afficher le fichier Open project: Kysamaa/EloBuddy

Méthodes publiques

Свойство Type Description
Points List

Méthodes publiques

Méthode Description
Add ( System.Vector2 point ) : void
Draw ( System color, int width = 1 ) : void
DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System color ) : void
IsOutside ( System.Vector2 point ) : bool
ToClipperPath ( ) : System.Collections.Generic.List

Method Details

Add() public méthode

public Add ( System.Vector2 point ) : void
point System.Vector2
Résultat void

Draw() public méthode

public Draw ( System color, int width = 1 ) : void
color System
width int
Résultat void

DrawLineInWorld() public static méthode

public static DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System color ) : void
start System.Vector3
end System.Vector3
width int
color System
Résultat void

IsOutside() public méthode

public IsOutside ( System.Vector2 point ) : bool
point System.Vector2
Résultat bool

ToClipperPath() public méthode

public ToClipperPath ( ) : System.Collections.Generic.List
Résultat System.Collections.Generic.List

Property Details

Points public_oe property

public List Points
Résultat List