IModelCounts Description interface Tinman.Engine.Models.IModelCounts Extended by IModel IModelGeometry IModelPart Base interface for counting vertices, indices and primitives. Public / Attributes CountGeometry public attribute CountGeometry → (get) value : Vec3I Vec3I.X : the total number of vertices, see IModelGeometry.VertexCount Vec3I.Y : the total number of indices, see IModelGeometry.IndexCount Vec3I.Z : the total number of primitives, see PrimitiveBatch.Primitives Counts vertices, indices and primitives. IModelCollider IModelDecorator