Unicessing  0.16T
Unicessing is an asset for writing a code like 'Processing' in Unity.
Unicessing.UConstants クラス
+ Unicessing.UConstants の継承関係図

公開型

enum  AxisMode { U3D, P2D, P3D }
 
enum  ColorMode { RGB, HSB }
 

公開メンバ関数

Color color (Color baseColor, float alpha=255)
 
Color color (float gray, float alpha=255)
 
Color color (float r, float g, float b, float a=255)
 
bool editorDialog (string title, string message, string ok="OK", string cancel=null)
 

静的公開メンバ関数

static void println (object message)
 
static void debuglog (object message)
 
static void debuglogWaring (object message)
 
static void debuglogError (object message)
 
static void assert (bool condition, string message=null)
 

公開変数類

const int CORNER = -7
 
const int CORNER_P5 = -6
 
const int CENTER = -5
 
const int TOP = -4
 
const int BOTTOM = -3
 
const int BASELINE = -2
 
const int CODED = -1
 
const int NONE = 0
 
const int UP = 1
 
const int DOWN = 2
 
const int LEFT = 3
 
const int RIGHT = 4
 
const int MIDDLE = 5
 
const int SHIFT = 10
 
const int CTRL = 11
 
const int BACKSPACE = 20
 
const int TAB = 21
 
const int ENTER = 22
 
const int RETURN = ENTER
 
const int ESC = 23
 
const int DELETE = 24
 
const AxisMode U3D = AxisMode.U3D
 
const AxisMode P2D = AxisMode.P2D
 
const AxisMode P3D = AxisMode.P3D
 
const UShape.VertexType POINTS = UShape.VertexType.POINTS
 
const UShape.VertexType LINES = UShape.VertexType.LINES
 
const UShape.VertexType LINE_STRIP = UShape.VertexType.LINE_STRIP
 
const UShape.VertexType TRIANGLES = UShape.VertexType.TRIANGLES
 
const UShape.VertexType TRIANGLE_FAN = UShape.VertexType.TRIANGLE_FAN
 
const UShape.VertexType TRIANGLE_STRIP = UShape.VertexType.TRIANGLE_STRIP
 
const UShape.VertexType QUADS = UShape.VertexType.QUADS
 
const UShape.VertexType QUAD_STRIP = UShape.VertexType.QUAD_STRIP
 
const UShape.CloseType CLOSE = UShape.CloseType.CLOSE
 
const ColorMode RGB = ColorMode.RGB
 
const ColorMode HSB = ColorMode.HSB
 
const float INFINITY = Mathf.Infinity
 

限定公開メンバ関数

virtual Color convertColorSpace (float r, float g, float b, float a)
 

プロパティ

static float deltaTime [get]
 
static bool isVR [get]
 

このクラス詳解は次のファイルから抽出されました: