Click or drag to resize

MonoBehaviourHelper8CreateInstance Method

Don't foget to call Dispose() when done !

Namespace:  frame8.Logic.Core.MonoBehaviours
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static MonoBehaviourHelper8 CreateInstance(
	Action updateAction,
	Transform parent = null,
	string name = "MonoBehaviourHelper8"
)

Parameters

updateAction
Type: SystemAction
parent (Optional)
Type: Transform
name (Optional)
Type: SystemString

Return Value

Type: MonoBehaviourHelper8
Version Information

Optimized ScrollView Adapter

Supported in: 2.5.2
See Also