Click or drag to resize

IGameAssets Methods

The IGameAssets type exposes the following members.

Methods
  NameDescription
Public methodFindWithGUID
Public methodFindWithReference
Public methodGetLoadedAsset(Int32)
Public methodGetLoadedAsset(String)
Public methodGetLoadedAssetT(Int32)
Public methodGetLoadedAssetT(String)
Public methodInstantiate(Int32)
Attempts to instantiate an asset with the specified id. The asset will be loaded before instantiation if necessary.
Public methodInstantiate(String)
Attempts to instantiate an asset with the specified name. The asset will be loaded before instantiation if necessary.
Public methodInstantiate(Int32, Vector3, Quaternion)
Attempts to instantiate an asset with the specified id with the given position and rotation. The asset will be loaded before instantiation if necessary.
Public methodInstantiate(String, Vector3, Quaternion)
Attempts to instantiate an asset with the specified name with the given position and rotation. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(Int32)
Attempts to instantiate an asset with the specified id as the genric type. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(String)
Attempts to instantiate an asset with the specified name or path as the genric type. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(Int32, Vector3, Quaternion)
Attempts to instantiate an asset with the specified id as the generic type with the given position and rotation. The asset will be loaded before instantiation if necessary.
Public methodInstantiateT(String, Vector3, Quaternion)
Attempts to instantiate an asset with the specified name or path as the generic type with the given position and rotation. The asset will be loaded before instantiation if necessary.
Top
See Also