dash v0.2.6 (2014-02-22T20:41:15Z)
Dub
Repo
Material
components
material
Undocumented in source.
final
class
Material : Component {
mixin
Property
!(
"Texture"
,
"diffuse"
)
;
mixin
Property
!(
"Texture"
,
"normal"
)
;
mixin
Property
!(
"Texture"
,
"specular"
)
;
static
Material
createFromYaml
(Node yamlObj);
this
();
void
update
();
void
shutdown
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
shutdown
void
shutdown
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Property
!(
"Texture"
,
"diffuse"
)
Undocumented in source.
__anonymous
mixin
Property
!(
"Texture"
,
"normal"
)
Undocumented in source.
__anonymous
mixin
Property
!(
"Texture"
,
"specular"
)
Undocumented in source.
Static functions
createFromYaml
Material
createFromYaml
(Node yamlObj)
Create a Material from a Yaml node.
Meta
Source
See Implementation
components
material
classes
Material
Texture