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);