FindPages
(
type
)
|
Signature
static List<ScriptableObject> Meta.Voice.Hub.Utilities.PageFinder.FindPages(string type) Parameters type: stringReturns List< ScriptableObject > |
FindPages
()
|
Signature
static List<Type> Meta.Voice.Hub.Utilities.PageFinder.FindPages() Returns List< Type > |
FindPages
(
t
)
|
Signature
static List<ScriptableObject> Meta.Voice.Hub.Utilities.PageFinder.FindPages(Type t) Parameters t: TypeReturns List< ScriptableObject > |
GetPageInfo
(
type
)
|
Signature
static MetaHubPageAttribute Meta.Voice.Hub.Utilities.PageFinder.GetPageInfo(Type type) Parameters type: TypeReturns MetaHubPageAttribute |