Click or drag to resize

TransformSyncLinkedEngagableObject Property

This should point to the EngagableObject that is using this TransformSync. Sometimes this component can be on the same object, and other times it can be nested further down the hierarchy.

Namespace:  ImmerseSDK.Multiplayer
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public IEngageableObject LinkedEngagableObject { get; }

Property Value

Type: IEngageableObject
See Also