docs.unity.cn
    Show / Hide Table of Contents

    Class RuleOverrideTile.TileGameObjectPair

    A data structure storing the GameObject overriding the original RuleTile GameObject

    Inheritance
    Object
    RuleOverrideTile.TileGameObjectPair
    Namespace: UnityEngine.Tilemaps
    Syntax
    [Serializable]
    public class TileGameObjectPair

    Fields

    m_OriginalGameObject

    Original GameObject from the original RuleTile.

    Declaration
    public GameObject m_OriginalGameObject
    Field Value
    Type Description
    GameObject

    m_OverrideGameObject

    Overriding GameObject for the Original Sprite.

    Declaration
    public GameObject m_OverrideGameObject
    Field Value
    Type Description
    GameObject
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, December 16, 2022
    Terms of use