Package net.risingworld.api.assets
Class StyleSheetAsset
java.lang.Object
net.risingworld.api.assets.Asset
net.risingworld.api.assets.StyleSheetAsset
Represents a UI Style Sheet (USS). They're similar to CSS and describe the
Style
of a UI element.
Style Sheets can be created in Unitys UI Builder (UI Toolkit).-
Nested Class Summary
Nested classes/interfaces inherited from class net.risingworld.api.assets.Asset
Asset.Source, Asset.Type
-
Field Summary
Fields inherited from class net.risingworld.api.assets.Asset
DEFAULT_EXTENSION
-
Method Summary
Modifier and TypeMethodDescriptionstatic StyleSheetAsset
loadFromAssetBundle
(AssetBundle bundle, String path) Methods inherited from class net.risingworld.api.assets.Asset
dispose, equals, getChecksum, getDependency, getExtension, getHandle, getPath, getSource, getType, hashCode, isDisposed
-
Method Details
-
loadFromAssetBundle
-