Property | Type | Description | |
---|---|---|---|
Instance | TransitionBehaviorLibrary, |
Property | Type | Description | |
---|---|---|---|
qualifiedNames | string>.Dictionary |
Method | Description | |
---|---|---|
FindAssemblyQualifiedName ( string name, int numGenericArgs ) : string | ||
TransitionBehaviorLibrary ( ) : UnityEngine |
Method | Description | |
---|---|---|
BuildEmptyGenericArgs ( int numArgs ) : string | ||
Register ( Type type ) : void | ||
Register ( string name, string assemblyQualifiedName ) : void |
protected BuildEmptyGenericArgs ( int numArgs ) : string | ||
numArgs | int | |
return | string |
public FindAssemblyQualifiedName ( string name, int numGenericArgs ) : string | ||
name | string | |
numGenericArgs | int | |
return | string |
protected Register ( string name, string assemblyQualifiedName ) : void | ||
name | string | |
assemblyQualifiedName | string | |
return | void |
public TransitionBehaviorLibrary ( ) : UnityEngine | ||
return | UnityEngine |
public static TransitionBehaviorLibrary, Instance | ||
return | TransitionBehaviorLibrary, |