Class R.components.Debug
Extends
R.components.Base.
A debugging component to render helpful debug widgets alongside an object.
Defined in: debug.js.
Constructor Attributes | Constructor Name and Description |
---|---|
R.components.Debug(name)
A debugging component.
|
- Fields borrowed from class R.components.Base:
- TYPE_COLLIDER, TYPE_INPUT, TYPE_LOGIC, TYPE_RENDERING, TYPE_TRANSFORM
Method Attributes | Method Name and Description |
---|---|
Get the class name of this object
|
- Methods borrowed from class R.components.Base:
- execute, getGameObject, getHostObject, getPriority, getType, getTypeString, release, setGameObject, setHostObject, setPriority
- Methods borrowed from class R.engine.BaseObject:
- addEvent, addEvents, destroy, getElement, jQ, removeEvent, setElement, triggerEvent, update
- Methods borrowed from class R.engine.PooledObject:
- clearObjectDataModel, getId, getName, getObjectDataModel, getProperties, isDestroyed, setName, setObjectDataModel, toString, toXML
Class Detail
R.components.Debug(name)
A debugging component.
- Parameters:
- name
- {String} Name of the component
Method Detail
{String}
getClassName()
Get the class name of this object
- Returns:
- {String} "R.components.Debug"