Class DummyContext
Syntax
public class DummyContext : AuthoringContext, IAuthoringContext
Properties
ContextHandlerType
Declaration
public override Type ContextHandlerType { get; }
Property Value
Overrides
ContextType
Declaration
public override Type ContextType { get; }
Property Value
Overrides
DefaultDataType
Declaration
public override Type DefaultDataType { get; }
Property Value
Overrides
GameObjectContextType
Declaration
public override Type GameObjectContextType { get; }
Property Value
Overrides
Namespaces
Declaration
public override IEnumerable<string> Namespaces { get; }
Property Value
Overrides
Methods
GetAvailableGraphSystemTypes(Boolean)
Declaration
public override IReadOnlyList<Type> GetAvailableGraphSystemTypes(bool sorted = false)
Parameters
Type |
Name |
Description |
Boolean |
sorted |
|
Returns
Overrides