Class BaseDetailAsset
This class is the base for all the detail assets.
It just defines the relation with its parent
Catalog
Implements
Inherited Members
Namespace: UnityEngine .GameFoundation .CatalogManagement
Assembly: solution.dll
Syntax
public abstract class BaseDetailAsset : ScriptableObject, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
item |
A reference to the owner of the this Base |
Methods
Name | Description |
---|---|
Awake() | Gives a chance to initialize some properties of this
Base |
Awake |
Override this method to intialize the specifics of the inherited class. |
Deserialize |
|
Display |
Returns a friendly name for this Base |
Tooltip |
Returns a description of the purpose of this
Base |