meld ~master (2014-08-17T13:41:53Z)
Dub
Repo
Component
meld
gameObject
Undocumented in source.
abstract
class
Component (
T
) {
package static
T
[
int
]
componentMap
;
package static
T
[]
componentList
;
GameObject
gameObject
;
Transform
transform
[@property getter];
}
Members
Properties
transform
Transform
transform
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
componentList
T
[]
componentList
;
Undocumented in source.
componentMap
T
[
int
]
componentMap
;
Undocumented in source.
Variables
gameObject
GameObject
gameObject
;
Undocumented in source.
Meta
Source
See Implementation
meld
gameObject
classes
Component
GameObject
MeshRenderer