C# Class DeltaDNA.ImageMessage

Datei anzeigen Open project: deltaDNA/unity-sdk Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Create ( Engagement engagement ) : ImageMessage
Create ( Engagement engagement, Dictionary,System.Collections.Generic options ) : ImageMessage
FetchResources ( ) : void
IsReady ( ) : bool
IsShowing ( ) : bool
Show ( ) : void

Private Methods

Method Description
ImageMessage ( Dictionary,System.Collections.Generic configuration, string name, int depth ) : System
ValidConfiguration ( Dictionary,System.Collections.Generic c ) : bool

Method Details

Close() public method

public Close ( ) : void
return void

Create() public static method

public static Create ( Engagement engagement ) : ImageMessage
engagement Engagement
return ImageMessage

Create() public static method

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

FetchResources() public method

public FetchResources ( ) : void
return void

IsReady() public method

public IsReady ( ) : bool
return bool

IsShowing() public method

public IsShowing ( ) : bool
return bool

Show() public method

public Show ( ) : void
return void