dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
AssetRef
dash
components
assets
A reference to an asset.
abstract
class
AssetRef : Component(
AssetType
)
if
(
is
(
AssetType
:
Asset
)
) {
AssetType
asset
;
string
assetName
;
bool
isNull
()
;
void
initialize
()
;
}
Members
Functions
initialize
void
initialize
()
Gets a reference to it's asset.
isNull
bool
isNull
()
Is the asset null?
Meta
Source
See Implementation
dash
components
assets
classes
Asset
AssetRef
Assets
variables
unitSquareMesh
A reference to an asset.