Search Results for

    Show / Hide Table of Contents

    Enum BindComponentSource

    The source of the bind component.

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

    Fields

    Name Description
    Children

    Find components in its children

    ChildrenSkipOwner

    Find components in its children not including the owner.

    Owner

    The owner entity

    Parents

    Find components in the ascendants

    ParentsSkipOwner

    Find components in the ascendants not including the owner.

    Scene

    Find components on the scene

    Extension Methods

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