Search Results for

    Show / Hide Table of Contents

    Enum BindComponentSource

    The source of the binding component.

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

    Fields

    Name Description
    Children

    Finds components in its children

    ChildrenSkipOwner

    Finds components in its children, not including the owner.

    Owner

    The owning entity

    Parents

    Finds components in the ascendants

    ParentsSkipOwner

    Finds components in the ascendants, excluding the owner.

    Scene

    Finds components in the scene

    Extension Methods

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