AnimationComponent.SubscriptionHandler

AnimationComponent.SubscriptionHandler Delegate

Animation events.

Syntax

[Sansar.Script.Interface]
[System.Obsolete("Use subscription callbacks of type Action<Sansar.Simulation.AnimationData>", false)]
public delegate void AnimationComponent.SubscriptionHandler (string BehaviorName, Sansar.Script.ComponentId ComponentId)

Parameters

BehaviorName
The behavior name of the Animation. This name will match the subscribed event.
ComponentId
The id of the animation component.

Remarks

Requirements

Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
 

Was this article helpful?
0 out of 2 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.