Class ComponentException
This class represent an exception related to an Scene Behavior.
Namespace: Evergine.Framework.Exceptions
Assembly: Evergine.Framework.dll
Syntax
public class ComponentException : EvergineException
Properties
EntityName
Gets the entity name.
Declaration
public string EntityName { get; }
Property Value
Type | Description |
---|---|
string |
SceneBehaviorType
Gets the scene behavior type.
Declaration
public Type SceneBehaviorType { get; }
Property Value
Type | Description |
---|---|
Type |