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