C# Class Jint.Native.JsBoolean

Inheritance: JsObject, ILiteral
Afficher le fichier Open project: splhack/unity-jint Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static BooleanToNumber ( bool value ) : double
value bool
Résultat double

JsBoolean() public méthode

public JsBoolean ( JsObject prototype ) : System
prototype JsObject
Résultat System

JsBoolean() public méthode

public JsBoolean ( bool boolean, JsObject prototype ) : System
boolean bool
prototype JsObject
Résultat System

ToBoolean() public méthode

public ToBoolean ( ) : bool
Résultat bool

ToNumber() public méthode

public ToNumber ( ) : double
Résultat double

ToString() public méthode

public ToString ( ) : string
Résultat string