메소드 | 설명 | |
---|---|---|
Bool ( string nodeName ) : bool |
Gets the bool value from node
|
|
BoolVal ( ) : bool | ||
Double ( string nodeName ) : double |
Gets double value from node
|
|
Float ( string nodeName ) : float |
Gets float value from node
|
|
Int ( string nodeName ) : int |
Gets the int value from node
|
|
IntVal ( ) : int | ||
String ( string nodeName ) : string |
Gets the string value from node
|
|
UseNode ( |
Set active node
|
public static Double ( string nodeName ) : double | ||
nodeName | string | node |
리턴 | double |
public static String ( string nodeName ) : string | ||
nodeName | string | node |
리턴 | string |
public static UseNode ( |
||
node | node to be used as active | |
리턴 | void |