Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Struct ExtractTransformsForKeyJob

    Implements
    IJob
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Fwt.Core.RenderEntities
    Assembly: fwt.core.dll
    Syntax
    [BurstCompile]
    public struct ExtractTransformsForKeyJob : IJob

    Fields

    IteratorIndex

    Declaration
    public NativeArray<int> IteratorIndex
    Field Value
    Type Description
    NativeArray<int>

    Key

    Declaration
    public RenderEntitySettings Key
    Field Value
    Type Description
    RenderEntitySettings

    Keys

    Declaration
    [ReadOnly]
    public NativeArray<RenderEntitySettings> Keys
    Field Value
    Type Description
    NativeArray<RenderEntitySettings>

    Transforms

    Declaration
    [WriteOnly]
    public NativeList<Matrix4x4> Transforms
    Field Value
    Type Description
    NativeList<Matrix4x4>

    Values

    Declaration
    [ReadOnly]
    public NativeArray<RenderEntity> Values
    Field Value
    Type Description
    NativeArray<RenderEntity>

    Methods

    Execute()

    Implement this method to perform work on a worker thread.

    Declaration
    public void Execute()

    Implements

    Unity.Jobs.IJob

    Extension Methods

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