Class AuthoringContext
Inheritance
AuthoringContext
Syntax
public abstract class AuthoringContext : IAuthoringContext
Constructors
AuthoringContext()
Declaration
protected AuthoringContext()
Fields
m_ConstantEditorByType
Declaration
protected Dictionary<Type, Type> m_ConstantEditorByType
Field Value
Properties
ContextHandlerType
Declaration
public abstract Type ContextHandlerType { get; }
Property Value
Implements
ContextType
Declaration
public abstract Type ContextType { get; }
Property Value
Implements
DefaultDataType
Declaration
public abstract Type DefaultDataType { get; }
Property Value
Implements
GameObjectContextType
Declaration
public abstract Type GameObjectContextType { get; }
Property Value
Implements
PassThroughForDefaultDataType
Declaration
public abstract Type PassThroughForDefaultDataType { get; }
Property Value
Implements
Methods
BuildConstantEditorMappings()
Declaration
protected virtual void BuildConstantEditorMappings()
GetDomainConstantEditorType(Type)
Declaration
public Type GetDomainConstantEditorType(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Implements