C# Class Engine.FunctionScript

Is either a JS function or a source code string to be compiled and executed efficiently.
ファイルを表示 Open project: Radnen/sphere-sfml

Public Methods

Method Description
Execute ( ) : void
FunctionScript ( object item ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

FunctionScript() public method

public FunctionScript ( object item ) : System
item object
return System