![]() |
Paradox Game Engine
v1.0.0 beta06
|
An event fired when the Asset.Base is changed. More...
Public Member Functions | |
AssetBaseChangedEvent (AssetBase previousBase) | |
Initializes a new instance of the AssetBaseChangedEvent class. More... | |
Properties | |
AssetBase | PreviousBase [get] |
Gets the previous base reference of an asset. More... | |
An event fired when the Asset.Base is changed.
Definition at line 10 of file AssetBaseChangedEvent.cs.
SiliconStudio.Assets.AssetBaseChangedEvent.AssetBaseChangedEvent | ( | AssetBase | previousBase | ) |
Initializes a new instance of the AssetBaseChangedEvent class.
previousBase | The previous reference. |
Definition at line 18 of file AssetBaseChangedEvent.cs.
|
get |
Gets the previous base reference of an asset.
The previous reference.
Definition at line 28 of file AssetBaseChangedEvent.cs.