Interface XRPackageInitializationBase
Syntax
public interface XRPackageInitializationBase
Properties
LoaderFullTypeName
Declaration
string LoaderFullTypeName { get; }
Property Value
Type |
Description |
System.String |
|
LoaderTypeName
Declaration
string LoaderTypeName { get; }
Property Value
Type |
Description |
System.String |
|
PackageInitKey
Declaration
string PackageInitKey { get; }
Property Value
Type |
Description |
System.String |
|
PackageName
Declaration
string PackageName { get; }
Property Value
Type |
Description |
System.String |
|
SettingsFullTypeName
Declaration
string SettingsFullTypeName { get; }
Property Value
Type |
Description |
System.String |
|
SettingsTypeName
Declaration
string SettingsTypeName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
PopulateSettingsOnInitialization(ScriptableObject)
Declaration
bool PopulateSettingsOnInitialization(ScriptableObject obj)
Parameters
Type |
Name |
Description |
ScriptableObject |
obj |
|
Returns
Type |
Description |
System.Boolean |
|