Interface IAuthoringContext
Syntax
public interface IAuthoringContext
Properties
AdditionalComponentDataTypes
Declaration
Type[] AdditionalComponentDataTypes { get; }
Property Value
ContextHandlerType
Declaration
Type ContextHandlerType { get; }
Property Value
ContextType
Declaration
Type ContextType { get; }
Property Value
DefaultDataType
Declaration
Type DefaultDataType { get; }
Property Value
GameObjectContextType
Declaration
Type GameObjectContextType { get; }
Property Value
GraphSystemType
Declaration
Type GraphSystemType { get; }
Property Value
Namespaces
Declaration
IEnumerable<string> Namespaces { get; }
Property Value
Methods
GetAvailableGraphSystemTypes(Boolean)
Declaration
IReadOnlyList<Type> GetAvailableGraphSystemTypes(bool sorted = false)
Parameters
| Type |
Name |
Description |
| Boolean |
sorted |
|
Returns
GetDomainConstantEditorType(Type)
Declaration
Type GetDomainConstantEditorType(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
SetCurrentGraphSystemType(Type)
Declaration
void SetCurrentGraphSystemType(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|