ITargetHolder Interface

Definition

Represents an object which holds an invocation target as well as target extensions.

public interface ITargetHolder
type ITargetHolder = interface
Public Interface ITargetHolder
Derived

Methods

GetComponent<TComponent>()

Gets the component with the specified type.

GetTarget<TTarget>()

Gets the target.

Applies to