C# Class UnityEngine.XR.Management.XRConfigurationDataAttribute

Inheritance: Attribute
Afficher le fichier Open project: avivelor/InfinitePhotogrammetry

Méthodes publiques

Méthode Description
XRConfigurationDataAttribute ( string displayName, string buildSettingsKey ) : System

Constructor for attribute

Private Methods

Méthode Description
XRConfigurationDataAttribute ( ) : System

Method Details

XRConfigurationDataAttribute() public méthode

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.
Résultat System