Class AnimationAuthoringContext
Inheritance
AnimationAuthoringContext
Syntax
public class AnimationAuthoringContext : AuthoringContext, IAuthoringContext
Fields
k_Namespaces
Declaration
public static readonly string[] k_Namespaces
Field Value
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
BuildConstantEditorMappings()
Declaration
protected override void BuildConstantEditorMappings()
Overrides
GetAvailableGraphSystemTypes(Boolean)
Declaration
public override IReadOnlyList<Type> GetAvailableGraphSystemTypes(bool sorted = false)
Parameters
| Type |
Name |
Description |
| Boolean |
sorted |
|
Returns
Overrides
SetCurrentGraphSystemType(Type)
Declaration
public override void SetCurrentGraphSystemType(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Overrides