Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Jitter
Dynamics
ContactList
C# 클래스 Jitter.Dynamics.ContactList
Represents a list of contacts. Every ContactList has a maximum of four contacts.
파일 보기
프로젝트 열기: tpb3d/TPB3D
1 사용 예제들
공개 메소드들
메소드
설명
Add
(
Contact
contact
) :
void
Clear
( ) :
void
RemoveAt
(
int
index
) :
void
this
(
int
index
) :
Contact
메소드 상세
Add()
공개
메소드
public
Add
(
Contact
contact
) :
void
contact
Contact
리턴
void
Clear()
공개
메소드
public
Clear
( ) :
void
리턴
void
RemoveAt()
공개
메소드
public
RemoveAt
(
int
index
) :
void
index
int
리턴
void
this()
공개
메소드
public
this
(
int
index
) :
Contact
index
int
리턴
Contact