ITargetHolder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |