C# Class June, CodeSpells

Show file Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
isPlaying bool

Protected Properties

Property Type Description
callback GameObjectCallback
game_object GameObject
game_object_name string
is_stopped bool
java_file_name string
java_process Process
java_thread Thread
object_id string

Public Methods

Method Description
June ( GameObject game_object, string java_file_name ) : System
Start ( ) : void
Stop ( ) : void
getFileName ( ) : string
getSpellName ( ) : string
isStopped ( ) : bool
javaCompileAndRun ( ) : void
setObjectId ( string id ) : void
wasSuccessful ( ) : bool

Method Details

June() public method

public June ( GameObject game_object, string java_file_name ) : System
game_object GameObject
java_file_name string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

getFileName() public method

public getFileName ( ) : string
return string

getSpellName() public method

public getSpellName ( ) : string
return string

isStopped() public method

public isStopped ( ) : bool
return bool

javaCompileAndRun() public method

public javaCompileAndRun ( ) : void
return void

setObjectId() public method

public setObjectId ( string id ) : void
id string
return void

wasSuccessful() public method

public wasSuccessful ( ) : bool
return bool

Property Details

callback protected property

protected GameObjectCallback callback
return GameObjectCallback

game_object protected property

protected GameObject game_object
return GameObject

game_object_name protected property

protected string game_object_name
return string

isPlaying public static property

public static bool isPlaying
return bool

is_stopped protected property

protected bool is_stopped
return bool

java_file_name protected property

protected string java_file_name
return string

java_process protected property

protected Process java_process
return Process

java_thread protected property

protected Thread java_thread
return Thread

object_id protected property

protected string object_id
return string