C# Class UnityEngine.XR.Management.XRConfigurationDataAttribute

Inheritance: Attribute
Mostrar archivo Open project: avivelor/InfinitePhotogrammetry

Public Methods

Method Description
XRConfigurationDataAttribute ( string displayName, string buildSettingsKey ) : System

Constructor for attribute

Private Methods

Method Description
XRConfigurationDataAttribute ( ) : System

Method Details

XRConfigurationDataAttribute() public method

Constructor for attribute
public XRConfigurationDataAttribute ( string displayName, string buildSettingsKey ) : System
displayName string The display name to use in the Project Settings window.
buildSettingsKey string The key to use to get/set build settings with.
return System