C# Класс Lissandra_the_Ice_Goddess.Evade.Geometry.Sector

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Angle float
Center System.Vector2
Direction System.Vector2
Radius float

Открытые методы

Метод Описание
Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System
ToPolygon ( int offset ) : Polygon

Описание методов

Sector() публичный Метод

public Sector ( System.Vector2 center, System.Vector2 direction, float angle, float radius ) : System
center System.Vector2
direction System.Vector2
angle float
radius float
Результат System

ToPolygon() публичный Метод

public ToPolygon ( int offset ) : Polygon
offset int
Результат Polygon

Описание свойств

Angle публичное свойство

public float Angle
Результат float

Center публичное свойство

public Vector2,System Center
Результат System.Vector2

Direction публичное свойство

public Vector2,System Direction
Результат System.Vector2

Radius публичное свойство

public float Radius
Результат float