Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.AssetBaseChangedEvent Class Reference

An event fired when the Asset.Base is changed. More...

Inheritance diagram for SiliconStudio.Assets.AssetBaseChangedEvent:
EventArgs

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...
 

Detailed Description

An event fired when the Asset.Base is changed.

Definition at line 10 of file AssetBaseChangedEvent.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.AssetBaseChangedEvent.AssetBaseChangedEvent ( AssetBase  previousBase)

Initializes a new instance of the AssetBaseChangedEvent class.

Parameters
previousBaseThe previous reference.

Definition at line 18 of file AssetBaseChangedEvent.cs.

Property Documentation

AssetBase SiliconStudio.Assets.AssetBaseChangedEvent.PreviousBase
get

Gets the previous base reference of an asset.

The previous reference.

Definition at line 28 of file AssetBaseChangedEvent.cs.


The documentation for this class was generated from the following file: