C# 클래스 DeltaDNA.ImageMessage

파일 보기 프로젝트 열기: deltaDNA/unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Create ( Engagement engagement ) : ImageMessage
Create ( Engagement engagement, Dictionary,System.Collections.Generic options ) : ImageMessage
FetchResources ( ) : void
IsReady ( ) : bool
IsShowing ( ) : bool
Show ( ) : void

비공개 메소드들

메소드 설명
ImageMessage ( Dictionary,System.Collections.Generic configuration, string name, int depth ) : System
ValidConfiguration ( Dictionary,System.Collections.Generic c ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( Engagement engagement ) : ImageMessage
engagement Engagement
리턴 ImageMessage

Create() 공개 정적인 메소드

public static Create ( Engagement engagement, Dictionary,System.Collections.Generic options ) : ImageMessage
engagement Engagement
options Dictionary,System.Collections.Generic
리턴 ImageMessage

FetchResources() 공개 메소드

public FetchResources ( ) : void
리턴 void

IsReady() 공개 메소드

public IsReady ( ) : bool
리턴 bool

IsShowing() 공개 메소드

public IsShowing ( ) : bool
리턴 bool

Show() 공개 메소드

public Show ( ) : void
리턴 void