Class DotsPlayerSettingsProvider
Base class for creating an Entities player asset in the Assets folder.
Namespace: Unity.Entities.Build
Assembly: Unity.Entities.Build.dll
Syntax
public abstract class DotsPlayerSettingsProvider
Fields
Name | Description |
---|---|
m_Settings |
Properties
Name | Description |
---|---|
Importance | Importance of the asset compared with other potential assets of the same player type. |
Provider |
Methods
Name | Description |
---|---|
Do |
Returns the settings object for this provider. |
Do |
Forcibly reload the setting asset from disk. Concrete class can implement their own restoring strategy. |
Get |
Provides additional BuildOptions to the player build. |
Get |
Provides extra scripting defines to add into the player build. |
Get |
Returns the GUID of the asset. |
Get |
Return the PlayerType of the asset (Client or Server). |
Get |
Returns the settings object for this provider. |
On |
Create the UI of the asset in the project settings window. |
Reload |
|
Set |
Override the settings object defined by this provider. |