ProtoTwin API
    Preparing search index...

    Enumeration FindComponentOptions

    Flags for finding components on entities.

    Index

    Enumeration Members

    IncludeDescendants: 2

    Include only components attached to descendants of the entity.

    IncludeEntity: 1

    Include only components attached to the entity itself.

    IncludeEntityAndDescendants: 3

    Include components attached to the entity itself and to descendants of the entity.

    None: 0

    Do not include any components.