C# 클래스 Lissandra_the_Ice_Goddess.Evade.Geometry.Ring

파일 보기 프로젝트 열기: blacky/LeagueSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Center System.Vector2
Radius float
RingRadius float

공개 메소드들

메소드 설명
Ring ( System.Vector2 center, float radius, float ringRadius ) : System
ToPolygon ( int offset ) : Polygon

메소드 상세

Ring() 공개 메소드

public Ring ( System.Vector2 center, float radius, float ringRadius ) : System
center System.Vector2
radius float
ringRadius float
리턴 System

ToPolygon() 공개 메소드

public ToPolygon ( int offset ) : Polygon
offset int
리턴 Polygon

프로퍼티 상세

Center 공개적으로 프로퍼티

public Vector2,System Center
리턴 System.Vector2

Radius 공개적으로 프로퍼티

public float Radius
리턴 float

RingRadius 공개적으로 프로퍼티

public float RingRadius
리턴 float