C# Class Jint.Native.JsBoolean

Inheritance: JsObject, ILiteral
Mostra file Open project: splhack/unity-jint Class Usage Examples

Public Methods

Method Description
BooleanToNumber ( bool value ) : double
JsBoolean ( JsObject prototype ) : System
JsBoolean ( bool boolean, JsObject prototype ) : System
ToBoolean ( ) : bool
ToNumber ( ) : double
ToString ( ) : string

Method Details

BooleanToNumber() public static method

public static BooleanToNumber ( bool value ) : double
value bool
return double

JsBoolean() public method

public JsBoolean ( JsObject prototype ) : System
prototype JsObject
return System

JsBoolean() public method

public JsBoolean ( bool boolean, JsObject prototype ) : System
boolean bool
prototype JsObject
return System

ToBoolean() public method

public ToBoolean ( ) : bool
return bool

ToNumber() public method

public ToNumber ( ) : double
return double

ToString() public method

public ToString ( ) : string
return string