idTech4.Renderer.idRenderModel_Static.GetBounds C# (CSharp) Method

GetBounds() public method

public GetBounds ( RenderEntityComponent renderEntity = null ) : idBounds
renderEntity RenderEntityComponent
return idBounds
		public override idBounds GetBounds(RenderEntityComponent renderEntity = null)
		{
			if(this.Disposed == true)
			{
				throw new ObjectDisposedException(this.GetType().Name);
			}

			return _bounds;
		}