C# 클래스 Axiom.Math.Collections.Vector3List.SyncVector3List

상속: Vector3List
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
Add ( Vector3 x ) : int
AddRange ( Vector3 x ) : int
AddRange ( Vector3List x ) : int
Clear ( ) : void
Contains ( Vector3 x ) : bool
CopyTo ( Vector3 array ) : void
CopyTo ( Vector3 array, int start ) : void
GetEnumerator ( ) : IVector3ListEnumerator
IndexOf ( Vector3 x ) : int
Insert ( int pos, Vector3 x ) : void
Remove ( Vector3 x ) : void
RemoveAt ( int pos ) : void
this ( int i ) : Vector3

비공개 메소드들

메소드 설명
SyncVector3List ( Vector3List list ) : System

메소드 상세

Add() 공개 메소드

public Add ( Vector3 x ) : int
x Vector3
리턴 int

AddRange() 공개 메소드

public AddRange ( Vector3 x ) : int
x Vector3
리턴 int

AddRange() 공개 메소드

public AddRange ( Vector3List x ) : int
x Vector3List
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Vector3 x ) : bool
x Vector3
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Vector3 array ) : void
array Vector3
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Vector3 array, int start ) : void
array Vector3
start int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IVector3ListEnumerator
리턴 IVector3ListEnumerator

IndexOf() 공개 메소드

public IndexOf ( Vector3 x ) : int
x Vector3
리턴 int

Insert() 공개 메소드

public Insert ( int pos, Vector3 x ) : void
pos int
x Vector3
리턴 void

Remove() 공개 메소드

public Remove ( Vector3 x ) : void
x Vector3
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int pos ) : void
pos int
리턴 void

this() 공개 메소드

public this ( int i ) : Vector3
i int
리턴 Vector3