Click or drag to resize

GameObjectItemSetterCreateItem Method

Creates an item for the specified item context.

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override void CreateItem(
	Object itemContext
)

Parameters

itemContext
Type: SystemObject
Item context for the item to create.
See Also