Methods Static
draw draw ( _gizmos , _cmpCamera , _selected ? ) : void Returns void Static
draw Arrow draw Arrow ( _position , _color , _direction , _up , _length , _width , _size , _head ? , _alphaOccluded ? ) : void Returns void Static
draw Cube draw Cube ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Icon draw Icon ( _texture , _mtxWorld , _color , _alphaOccluded ? ) : void Returns void Static
draw Lines draw Lines ( _vertices , _mtxWorld , _color , _alphaOccluded ? ) : void Returns void Static
draw Mesh draw Mesh ( _mesh , _mtxWorld , _color , _alphaOccluded ? ) : void Returns void Static
draw Pyramid draw Pyramid ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Quad draw Quad ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Sphere draw Sphere ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Sprite draw Sprite ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Wire Circle draw Wire Circle ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Wire Cone draw Wire Cone ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Wire Cube draw Wire Cube ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Wire Frustum draw Wire Frustum ( _aspect , _fov , _near , _far , _direction , _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _aspect : number _fov : number _near : number _far : number _direction : FIELD_OF_VIEW _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
draw Wire Mesh draw Wire Mesh ( _mesh , _mtxWorld , _color , _alphaOccluded ? ) : void Returns void Static
draw Wire Sphere draw Wire Sphere ( _mtxWorld , _color , _alphaOccluded ? ) : void Parameters _mtxWorld : Matrix4x4 _color : Color _alphaOccluded : number = Gizmos.alphaOccluded Returns void Static
pick pick ( _gizmos , _cmpCamera ) : Pick [] Returns Pick []
The gizmos drawing interface. Components can use this to draw visual aids inside Component.drawGizmos and Component.drawGizmosSelected.