BEPUphysicsDrawer.Models.DisplayModel.DisplayModel C# (CSharp) Method

DisplayModel() public method

Constructs a new display model.
public DisplayModel ( Model model, ModelDrawer modelDrawer ) : Microsoft.Xna.Framework
model Microsoft.Xna.Framework.Graphics.Model Model to draw on the entity.
modelDrawer ModelDrawer Model drawer to use.
return Microsoft.Xna.Framework
        public DisplayModel(Model model, ModelDrawer modelDrawer)
            : base(modelDrawer)
        {
            Model = model;
        }