Click or drag to resize

AssetMemberAspect Class

Aspect which marks a visual as being part of an instance of an asset. This aspect is never serialized, it is just added to visuals that are created to instantiate an aspect (which are themselves not serialized). (This is why it doesn't subclass VisualAspect, so that it doesn't qualify as a serializable object.)
Inheritance Hierarchy
SystemObject
  Demo3D.Visuals.AssetsAssetMemberAspect

Namespace: Demo3D.Visuals.Assets
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class AssetMemberAspect : IAspectComponent, 
	INotifyPropertyChanged

The AssetMemberAspect type exposes the following members.

Properties
 NameDescription
Public propertyOwningAssetAspect The AssetAspect that is managing the asset instance that this belongs to.
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
Top
See Also