| 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
)
Public Delegate Sub ReleaseFunction (
_go As GameObject
)
public delegate void ReleaseFunction(
GameObject^ _go
)
type ReleaseFunction =
delegate of
_go : GameObject -> unit
Parameters
- _go
- Type: GameObject
The GameObject to be passed into the user defined function.
See Also