Struct CreateEnvironmentAPIRequest
Represents a request to create an environment API using the specified configuration asset.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Fwt.HexTerrains.Data
Assembly: fwt.hexterrains.dll
Syntax
public struct CreateEnvironmentAPIRequest : IComponentData, IQueryTypeParameter
Fields
ConfigAsset
Holds a reference to the configuration asset used for environment API settings.
Declaration
public UnityObjectRef<EnvironmentAPIConfigAssetBase> ConfigAsset
Field Value
| Type | Description |
|---|---|
| UnityObjectRef<EnvironmentAPIConfigAssetBase> |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter