Revise.Files.ZMS.ModelFile.Clear C# (CSharp) Method

Clear() public method

Clears all vertices, indices, bone tables, materials and strips.
public Clear ( ) : void
return void
        public void Clear()
        {
            BoneTable.Clear();
            Vertices.Clear();
            Indices.Clear();
            Materials.Clear();
            Strips.Clear();
        }