Memory.SubscriptionHandler Delegate
Notifies scripts about memory events.
Syntax
[System.Obsolete("Use subscription callbacks of type Action<Sansar.Script.MemoryData>", false)]
public delegate void Memory.SubscriptionHandler (uint TrackingId, MemoryUseLevel UseLevel)
public delegate void Memory.SubscriptionHandler (uint TrackingId, MemoryUseLevel UseLevel)
Parameters
- TrackingId
- The id of the animation component.L:\p\Sansar\SharedBranches\ServerScript\Code\Common\Libraries\LLScript/Apis/ScriptMemory.h(75)The id of the component generating the event.
- UseLevel
- The behavior name of the Animation.L:\p\Sansar\SharedBranches\ServerScript\Code\Common\Libraries\LLScript/Apis/ScriptMemory.h(75)This name will match the subscribed event.
Remarks
See Sansar.Script.Memory.
Requirements
Namespace: Sansar.Script
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0
0 Comments