Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ModelNodeLinkProcessor Class

    Namespace: Stride.Engine.Processors
    Assembly: Stride.Engine.dll
    System.Object → EntityProcessor → EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent> → EntityProcessor<ModelNodeLinkComponent> → ModelNodeLinkProcessor
    Derived from ModelNodeLinkProcessor:

    public class ModelNodeLinkProcessor : EntityProcessor<ModelNodeLinkComponent>
    Name Description
    Constructors
    ModelNodeLinkProcessor()
    Properties
    ModelNodeLinkComponents
    Methods
    Draw(RenderContext)
    OnEntityComponentAdding(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)
    OnEntityComponentRemoved(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)
    | Improve this Doc View Source

    Constructors


    ModelNodeLinkProcessor()

    public ModelNodeLinkProcessor()
    | Improve this Doc View Source

    Properties


    ModelNodeLinkComponents

    public Dictionary<ModelNodeLinkComponent, ModelNodeLinkComponent>.KeyCollection ModelNodeLinkComponents { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary.KeyCollection<>
    | Improve this Doc View Source

    Methods


    Draw(RenderContext)

    public override void Draw(RenderContext context)
    Parameters
    Type Name Description
    RenderContext context
    Overrides
    EntityProcessor.Draw(RenderContext)

    OnEntityComponentAdding(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)

    protected override void OnEntityComponentAdding(Entity entity, ModelNodeLinkComponent component, ModelNodeLinkComponent data)
    Parameters
    Type Name Description
    Entity entity
    ModelNodeLinkComponent component
    ModelNodeLinkComponent data
    Overrides
    Stride.Engine.EntityProcessor<Stride.Engine.ModelNodeLinkComponent, Stride.Engine.ModelNodeLinkComponent>.OnEntityComponentAdding(Stride.Engine.Entity, Stride.Engine.ModelNodeLinkComponent, Stride.Engine.ModelNodeLinkComponent)

    OnEntityComponentRemoved(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)

    protected override void OnEntityComponentRemoved(Entity entity, ModelNodeLinkComponent component, ModelNodeLinkComponent data)
    Parameters
    Type Name Description
    Entity entity
    ModelNodeLinkComponent component
    ModelNodeLinkComponent data
    Overrides
    Stride.Engine.EntityProcessor<Stride.Engine.ModelNodeLinkComponent, Stride.Engine.ModelNodeLinkComponent>.OnEntityComponentRemoved(Stride.Engine.Entity, Stride.Engine.ModelNodeLinkComponent, Stride.Engine.ModelNodeLinkComponent)

    Inherited Members

    EntityProcessor<ModelNodeLinkComponent>.GenerateComponentData(Entity, ModelNodeLinkComponent)
    EntityProcessor<ModelNodeLinkComponent>.IsAssociatedDataValid(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.ComponentDatas
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.OnSystemAdd()
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.OnSystemRemove()
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.RemoveAllEntities()
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.ProcessEntityComponent(Entity, EntityComponent, Boolean)
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.GenerateComponentData(Entity, ModelNodeLinkComponent)
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.IsAssociatedDataValid(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.OnEntityComponentAdding(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)
    EntityProcessor<ModelNodeLinkComponent, ModelNodeLinkComponent>.OnEntityComponentRemoved(Entity, ModelNodeLinkComponent, ModelNodeLinkComponent)
    EntityProcessor.Tags
    EntityProcessor.UpdateProfilingState
    EntityProcessor.DrawProfilingState
    EntityProcessor.Enabled
    EntityProcessor.MainComponentType
    EntityProcessor.RequiredTypes
    EntityProcessor.HasRequiredComponents
    EntityProcessor.Order
    EntityProcessor.EntityManager
    EntityProcessor.Services
    EntityProcessor.Update(GameTime)
    EntityProcessor.OnSystemAdd()
    EntityProcessor.OnSystemRemove()
    EntityProcessor.RemoveAllEntities()
    EntityProcessor.ProcessEntityComponent(Entity, EntityComponent, Boolean)
    EntityProcessor.InternalAddEntity(Entity)
    EntityProcessor.InternalRemoveEntity(Entity, Boolean)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation