17 INLINE MayaEggGroupUserData::
18 MayaEggGroupUserData() {
19 _vertex_color =
false;
20 _double_sided =
false;
27 INLINE MayaEggGroupUserData::
30 _vertex_color(copy._vertex_color),
31 _double_sided(copy._double_sided)
39 INLINE
void MayaEggGroupUserData::
41 EggUserData::operator = (copy);
42 _vertex_color = copy._vertex_color;
43 _double_sided = copy._double_sided;