Click or drag to resize
GameConfigurationBehaviour Class
Behaviour to edit the game configuration inside Unity.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.ConfigurationGameConfigurationBehaviour

Namespace: Slash.Unity.Common.Configuration
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class GameConfigurationBehaviour : MonoBehaviour

The GameConfigurationBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodGameConfigurationBehaviour
Initializes a new instance of the GameConfigurationBehaviour class
Top
Properties
  NameDescription
Public propertyBlueprintManager
Load blueprint manager from asset.
Public propertyConfiguration
Current game configuration.
Top
Methods
  NameDescription
Public methodLoad
Loads the current game configuration from the resource at ConfigurationFilePath.
Top
Fields
  NameDescription
Public fieldBlueprintAssetsFolder
Folder to blueprint manager assets.
Public fieldConfigurationFilePath
Path to configuration file asset.
Public fieldUseXmlInBuild
Indicates if xml format should be used for build. Otherwise binary blueprint files are used.
Top
See Also