Table of Contents

Interface IComponent<TProcessor, TThis>.IProcessor

Namespace
Stride.Engine.FlexibleProcessing
Assembly
Stride.Engine.dll
public interface IComponent<TProcessor, TThis>.IProcessor : IProcessorBase
Inherited Members

Methods

OnComponentAdded(TThis)

Occurs right after a component is added to the scene

void OnComponentAdded(TThis item)

Parameters

item TThis

OnComponentRemoved(TThis)

Occurs right after a component is removed from the scene

void OnComponentRemoved(TThis item)

Parameters

item TThis