SpaceNode.SpaceNodeHelper

past code

mixin spaceTNodeHelper!(true,true,true);

if with_matrix_field add protected mat4 self_mtr field and realization for matrix and offset properties (with setters)

Members

Mixins

__anonymous
mixin spaceTNodeHelper!(true, true)
Undocumented in source.

Properties

matrix
mat4 matrix [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
mat4 matrix [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
offset
vec3 offset [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
offset
vec3 offset [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

self_mtr
mat4 self_mtr;
Undocumented in source.

Meta