コード例 #1
0
 /// <summary>
 /// Dettaches the node of the component from the node passed in the parameter.
 /// </summary>
 /// <param name="node">Node from which the node of the component is to be dettached.</param>
 protected override void Dettach(SceneNode node)
 {
     node.DettachChild(mTextModel);
 }
コード例 #2
0
 /// <summary>
 /// Dettaches the node of the component from the node passed in the parameter.
 /// </summary>
 /// <param name="node">Node from which the node of the component is to be dettached.</param>
 protected override void Dettach(SceneNode node)
 {
     node.DettachChild(mQuad);
 }