Click or drag to resize

ExtensionMethodsAnnounceComponentAdded Method

Notifies any IComponentHandlers on the GameObject a Component is added to, that the Component has been added.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void AnnounceComponentAdded(
	this Component announcingComponent
)

Parameters

announcingComponent
Type: Component
The Component that was added.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Component. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also