Struct CreateColorMapTexturesRequest
Request to create ColorMap textures on Terrain entity from the source.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Fwt.HexTerrains.Data
Assembly: fwt.hexterrains.dll
Syntax
public struct CreateColorMapTexturesRequest : IComponentData, IQueryTypeParameter
Fields
TexturesSource
Scriptable object with all ColorMaps used for this terrain
Declaration
public UnityObjectRef<ColorMapTexturesSource> TexturesSource
Field Value
| Type | Description |
|---|---|
| UnityObjectRef<ColorMapTexturesSource> |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter