Class ViewModeConfigsComponent
Component that holds a reference to the collection of view mode configurations for a terrain entity. This component is used to provide access to the available view modes and their configurations for systems that need to respond to changes in the terrain's view mode.
Inherited Members
Namespace: Fwt.HexTerrains.ViewModes.Data
Assembly: fwt.hexterrains.dll
Syntax
public class ViewModeConfigsComponent : IComponentData, IQueryTypeParameter, IViewModeConfigsComponent
Properties
Value
Config that contains a collection of ViewMode configs.
Declaration
public IViewModeCollectionConfig Value { get; set; }
Property Value
| Type | Description |
|---|---|
| IViewModeCollectionConfig |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter