Click or drag to resize

ASLObjectReleaseFunction Delegate

Delegate for the release callback function

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public delegate void ReleaseFunction(
	GameObject _go
)

Parameters

_go
Type: GameObject
The GameObject to be passed into the user defined function.
See Also

Reference