Alexandria.Engines.DarkSouls.ModelDetailLevel.Draw C# (CSharp) Méthode

Draw() public méthode

Draw the detail level.
public Draw ( ModelDrawContext context, ModelProgram program ) : void
context ModelDrawContext
program ModelProgram
Résultat void
        public void Draw(ModelDrawContext context, ModelProgram program)
        {
            program.Draw(Primitive.TriangleStrip, IndexCount, Model.Buffer, ElementType.UInt16, BufferIndexOffset);
        }