Class EnvironmentAPIComponent
Represents a component that provides access to an environment API instance.
Inherited Members
Namespace: Fwt.HexTerrains.Data
Assembly: fwt.hexterrains.dll
Syntax
public class EnvironmentAPIComponent : IComponentData, IQueryTypeParameter, IDisposable
Remarks
This component is intended to be used within systems that require interaction with an environment API. The component manages the lifetime of the associated environment API instance and disposes it if it implements IDisposable.
Fields
Value
Represents the environment API instance associated with this object.
Declaration
public IEnvironmentAPI Value
Field Value
| Type | Description |
|---|---|
| IEnvironmentAPI |
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter