Link Search Menu Expand Document

ModelView

Used to display a 3D model asset.

Constructor

 model_view = ModelView(bounds, asset)

Arguments

Name Type Description
bounds Bounds The bounds of the model that is to be displayed in the world.
asset Asset An asset representing a 3d model.

Returns

Nothing


Methods