Show / Hide Table of Contents

Class LibraryHandler

Inheritance
System.Object
LibraryHandler
Namespace: StansAssets.IOS.XCode
Assembly: cs.temp.dll.dll
Syntax
public class LibraryHandler : MonoBehaviour

Properties

AvailableLibraries

Declaration
public static List<XCodeLibrary> AvailableLibraries { get; }
Property Value
Type Description
List<XCodeLibrary>

Methods

BaseLibrariesArray()

Declaration
public static string[] BaseLibrariesArray()
Returns
Type Description
System.String[]

EnumValueOf(String)

Declaration
public static object EnumValueOf(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
System.Object

StringValueOf(XCodeLibraryName)

Declaration
public static string StringValueOf(XCodeLibraryName value)
Parameters
Type Name Description
XCodeLibraryName value
Returns
Type Description
System.String
In This Article
Back to top Generated by DocFX