Method | Description | |
---|---|---|
CC_DEGREES_TO_RADIANS ( float degree ) : float | ||
CC_INCREMENT_GL_DRAWS ( uint n = 1 ) : void | ||
CC_RADIANS_TO_DEGREE ( float radians ) : float | ||
GUIDrawRect ( |
||
GetChildObject ( |
||
GetChildObjectRecursively ( |
||
PixelsToUnits ( Vector2 pixels ) : Vector2 | ||
PixelsToUnits ( Vector3 pixels ) : Vector3 | ||
PointFromString ( string s ) : Vector2 | ||
PointToString ( Vector2 p ) : string | ||
RectFromString ( string s ) : |
||
RectIntersection ( |
||
RectIntersectsRect ( |
||
RectToString ( |
||
RectUnion ( |
||
UnitsToPixels ( Vector2 units ) : Vector2 | ||
UnitsToPixels ( Vector3 units ) : Vector3 | ||
ccNumberOfDraws ( ) : uint |
public static CC_DEGREES_TO_RADIANS ( float degree ) : float | ||
degree | float | |
return | float |
public static CC_INCREMENT_GL_DRAWS ( uint n = 1 ) : void | ||
n | uint | |
return | void |
public static CC_RADIANS_TO_DEGREE ( float radians ) : float | ||
radians | float | |
return | float |
public static GUIDrawRect ( |
||
position | ||
color | Color | |
return | void |
public static GetChildObject ( |
||
obj | ||
name | string | |
return |
public static GetChildObjectRecursively ( |
||
obj | ||
name | string | |
return |
public static PixelsToUnits ( Vector2 pixels ) : Vector2 | ||
pixels | Vector2 | |
return | Vector2 |
public static PixelsToUnits ( Vector3 pixels ) : Vector3 | ||
pixels | Vector3 | |
return | Vector3 |
public static PointFromString ( string s ) : Vector2 | ||
s | string | |
return | Vector2 |
public static PointToString ( Vector2 p ) : string | ||
p | Vector2 | |
return | string |
public static RectFromString ( string s ) : |
||
s | string | |
return |
public static RectIntersection ( |
||
a | ||
b | ||
return |
public static RectIntersectsRect ( |
||
a | ||
b | ||
return | bool |
public static RectToString ( |
||
rect | ||
return | string |
public static RectUnion ( |
||
a | ||
b | ||
return |
public static UnitsToPixels ( Vector2 units ) : Vector2 | ||
units | Vector2 | |
return | Vector2 |
public static UnitsToPixels ( Vector3 units ) : Vector3 | ||
units | Vector3 | |
return | Vector3 |