Interface IEntitiesPlayerSettings
Interface for build player settings assets.
Namespace: Unity.Entities.Build
Assembly: solution.dll
Syntax
public interface IEntitiesPlayerSettings
Properties
| Name | Description |
|---|---|
| CustomDependency | The custom dependency key. |
| GUID | The unique ID of the settings asset. |
Methods
| Name | Description |
|---|---|
| AsScriptableObject() | Returns the backing ScriptableObject. |
| GetAdditionalScriptingDefines() | Gets the set of scripting defines applied while building the player. |
| GetFilterSettings() | Gets the list of assemblies to be excluded during baking. |
| GetHash() | Gets the hash of the settings asset. |
| RegisterCustomDependency() | Register the hash of the object as a custom dependency in the AssetDatabase. |