示例#1
0
 public void Dispose()
 {
     Selection = new LodSelection();
       Frame = -1;
 }
示例#2
0
        public LodSelection Selection; // The current LOD or LOD transition.

        #endregion Fields

        #region Constructors

        public LodData()
        {
            Selection = new LodSelection();
              Frame = -1;
        }