| BoundingBoxEntityDoEntityDraw Method  | 
 
            Draw this model.
            
 
    Namespace: 
   GeonBit.Core.Graphics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override void DoEntityDraw(
	ref Matrix worldTransformations
)
Parameters
- worldTransformations
 - Type: Matrix
World transformations to apply on this entity (this is what you should use to draw this entity). 
See Also