BEPUphysicsDrawer.Models.ModelDrawer.DrawManagedModels C# (CSharp) Метод

DrawManagedModels() защищенный абстрактный Метод

Draws the models managed by the drawer using the appropriate technique.
protected abstract DrawManagedModels ( Matrix viewMatrix, Matrix projectionMatrix ) : void
viewMatrix Matrix View matrix to use to draw the objects.
projectionMatrix Matrix Projection matrix to use to draw the objects.
Результат void
        protected abstract void DrawManagedModels(Matrix viewMatrix, Matrix projectionMatrix);