Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class EnvironmentAPIComponent

    Represents a component that provides access to an environment API instance.

    Inheritance
    object
    EnvironmentAPIComponent
    Implements
    IComponentData
    IQueryTypeParameter
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    IDisposable

    Extension Methods

    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX