Search Results for

    Show / Hide Table of Contents

    Enum BindEntitySource

    The source of the bound entity.

    Namespace: Evergine.Framework
    Assembly: Evergine.Framework.dll
    Syntax
    public enum BindEntitySource : byte

    Fields

    Name Description
    Children

    Finds an entity in its children

    ChildrenSkipOwner

    Finds entities in its children, excluding the owner.

    Owner

    The owning entity

    Parents

    Finds entities in the ascendants

    ParentsSkipOwner

    Finds entities in the ascendants, not including the owner.

    Scene

    Finds entities in the scene

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX