Example #1
0
 /// <summary>
 /// Remove the decal from the DecalManager.
 /// </summary>
 private void RemoveDecal()
 {
     DecalManager.Remove(m_Renderer);
 }