Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Struct ChunkBounds

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Fwt.HexTerrains.Data
    Assembly: fwt.hexterrains.dll
    Syntax
    public struct ChunkBounds

    Fields

    Bounds_Center

    Declaration
    public Bounds Bounds_Center
    Field Value
    Type Description
    Bounds

    Bounds_E

    Declaration
    public Bounds Bounds_E
    Field Value
    Type Description
    Bounds

    Bounds_N

    Declaration
    public Bounds Bounds_N
    Field Value
    Type Description
    Bounds

    Bounds_NE

    Declaration
    public Bounds Bounds_NE
    Field Value
    Type Description
    Bounds

    Bounds_NW

    Declaration
    public Bounds Bounds_NW
    Field Value
    Type Description
    Bounds

    Bounds_S

    Declaration
    public Bounds Bounds_S
    Field Value
    Type Description
    Bounds

    Bounds_SE

    Declaration
    public Bounds Bounds_SE
    Field Value
    Type Description
    Bounds

    Bounds_SW

    Declaration
    public Bounds Bounds_SW
    Field Value
    Type Description
    Bounds

    Bounds_W

    Declaration
    public Bounds Bounds_W
    Field Value
    Type Description
    Bounds

    Properties

    this[int]

    Returns bounds by index in grid 3x3 with Bounds_Center in center and Bounds_{Direction} by direction in that grid accordingly; 0 - NW, 1 - N, 2 - NE, 3 - W, 4 - center, 5 - E, 6 - SW, 7 - S, 8 - SE

    Declaration
    public Bounds this[int gridIndex] { get; set; }
    Parameters
    Type Name Description
    int gridIndex
    Property Value
    Type Description
    Bounds

    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