Uses of Class
net.risingworld.api.assets.MeshAsset
Packages that use MeshAsset
Package
Description
-
Uses of MeshAsset in net.risingworld.api.assets
Methods in net.risingworld.api.assets that return MeshAsset -
Uses of MeshAsset in net.risingworld.api.collider
Constructors in net.risingworld.api.collider with parameters of type MeshAssetModifierConstructorDescriptionHullCollider
(MeshAsset mesh) Creates a new hull collider using the provided mesh.HullCollider
(MeshAsset mesh, boolean isTrigger) Creates a new hull collider using the provided mesh.MeshCollider
(MeshAsset mesh) Creates a new mesh collider using the provided mesh. -
Uses of MeshAsset in net.risingworld.api.worldelements
Methods in net.risingworld.api.worldelements with parameters of type MeshAssetConstructors in net.risingworld.api.worldelements with parameters of type MeshAsset