C# 클래스 Server.Point3DList

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Server.Point3D p ) : void
Add ( int x, int y, int z ) : void
Clear ( ) : void
Point3DList ( )
ToArray ( ) : Server.Point3D[]
this ( int index ) : Server.Point3D

메소드 상세

Add() 공개 메소드

public Add ( Server.Point3D p ) : void
p Server.Point3D
리턴 void

Add() 공개 메소드

public Add ( int x, int y, int z ) : void
x int
y int
z int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Point3DList() 공개 메소드

public Point3DList ( )

ToArray() 공개 메소드

public ToArray ( ) : Server.Point3D[]
리턴 Server.Point3D[]

this() 공개 메소드

public this ( int index ) : Server.Point3D
index int
리턴 Server.Point3D