C# Класс AkaCore.AkaLib.Evade.Skillshot

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

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

Свойство Тип Описание
Arc Geometry.Polygon.Arc
Circle Geometry.Polygon.Circle
DetectionType DetectionType
Direction System.Vector2
End System.Vector2
ForceDisabled bool
Polygon Geometry.Polygon
Rectangle Geometry.Polygon.Rectangle
Ring Geometry.Polygon.Ring
Sector Geometry.Polygon.Sector
SpellData SpellData
Start System.Vector2
StartTick int

Private Properties

Свойство Тип Описание
GetGlobalMissilePosition System.Vector2
UpdatePolygon void

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

Метод Описание
GetMissilePosition ( int time ) : System.Vector2
IsAboutToHit ( int time, Obj_AI_Base unit ) : bool
IsSafePath ( List path, int timeOffset, int speed = -1, int delay ) : SafePathResult
IsSafePoint ( System.Vector2 point ) : bool
OnUpdate ( ) : void
Skillshot ( DetectionType detectionType, SpellData spellData, int startT, System.Vector2 start, System.Vector2 end, Obj_AI_Base unit ) : System

Приватные методы

Метод Описание
GetGlobalMissilePosition ( int time ) : System.Vector2
UpdatePolygon ( ) : void

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

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

public GetMissilePosition ( int time ) : System.Vector2
time int
Результат System.Vector2

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

public IsAboutToHit ( int time, Obj_AI_Base unit ) : bool
time int
unit Obj_AI_Base
Результат bool

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

public IsSafePath ( List path, int timeOffset, int speed = -1, int delay ) : SafePathResult
path List
timeOffset int
speed int
delay int
Результат SafePathResult

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

public IsSafePoint ( System.Vector2 point ) : bool
point System.Vector2
Результат bool

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

public OnUpdate ( ) : void
Результат void

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

public Skillshot ( DetectionType detectionType, SpellData spellData, int startT, System.Vector2 start, System.Vector2 end, Obj_AI_Base unit ) : System
detectionType DetectionType
spellData SpellData
startT int
start System.Vector2
end System.Vector2
unit Obj_AI_Base
Результат System

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

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

public Geometry.Polygon.Arc Arc
Результат Geometry.Polygon.Arc

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

public Geometry.Polygon.Circle Circle
Результат Geometry.Polygon.Circle

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

public DetectionType DetectionType
Результат DetectionType

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

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

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

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

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

public bool ForceDisabled
Результат bool

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

public Geometry.Polygon Polygon
Результат Geometry.Polygon

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

public Geometry.Polygon.Rectangle Rectangle
Результат Geometry.Polygon.Rectangle

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

public Geometry.Polygon.Ring Ring
Результат Geometry.Polygon.Ring

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

public Geometry.Polygon.Sector Sector
Результат Geometry.Polygon.Sector

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

public SpellData,AkaCore.AkaLib.Evade SpellData
Результат SpellData

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

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

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

public int StartTick
Результат int