Class EntitySelectionProxy | Entities | 0.10.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class EntitySelectionProxy

    Inheritance
    Object
    EntitySelectionProxy
    Namespace: Unity.Entities.Editor
    Syntax
    public class EntitySelectionProxy : ScriptableObject

    Properties

    Container

    Declaration
    public EntityContainer Container { get; }
    Property Value
    Type Description
    EntityContainer

    Entity

    Declaration
    public Entity Entity { get; }
    Property Value
    Type Description
    Entity

    EntityManager

    Declaration
    public EntityManager EntityManager { get; }
    Property Value
    Type Description
    EntityManager

    Exists

    Declaration
    public bool Exists { get; }
    Property Value
    Type Description
    Boolean

    World

    Declaration
    public World World { get; }
    Property Value
    Type Description
    World

    Methods

    OnEntityControlSelectButton(World, Entity)

    Declaration
    public void OnEntityControlSelectButton(World world, Entity entity)
    Parameters
    Type Name Description
    World world
    Entity entity

    SetEntity(World, Entity)

    Declaration
    public void SetEntity(World world, Entity entity)
    Parameters
    Type Name Description
    World world
    Entity entity

    Events

    EntityControlSelectButton

    Declaration
    public event EntitySelectionProxy.EntityControlSelectButtonHandler EntityControlSelectButton
    Event Type
    Type Description
    EntitySelectionProxy.EntityControlSelectButtonHandler
    In This Article
    • Properties
      • Container
      • Entity
      • EntityManager
      • Exists
      • World
    • Methods
      • OnEntityControlSelectButton(World, Entity)
      • SetEntity(World, Entity)
    • Events
      • EntityControlSelectButton
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023