internal W3dScriptedModelDraw( W3dScriptedModelDrawModuleData data, GameObject gameObject, GameContext context) : base(data, gameObject, context) { _context = context; }
internal W3dScriptedModelDraw( W3dScriptedModelDrawModuleData data, Drawable drawable, GameContext context) : base(data, drawable, context) { }