You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Determines if the owner will apply transform values sent by the parenting message.
422
+
/// </summary>
423
+
/// <remarks>
424
+
/// When enabled, the resultant parenting transform changes sent by the authority will be applied on all instances. <br />
425
+
/// When disabled, the resultant parenting transform changes sent by the authority will not be applied on the owner's instance. <br />
426
+
/// When disabled, all non-owner instances will still be synchronized by the authority's transform values when parented.
427
+
/// </remarks>
428
+
[Tooltip("When disabled (default enabled), the owner will not apply a server or host's transform properties when parenting changes. Primarily useful for client-server network topology configurations.")]
429
+
publicboolSyncOwnerTransformWhenParented=true;
430
+
431
+
/// <summary>
432
+
/// Client-Server specific, when enabled an owner of a NetworkObject can parent locally as opposed to requiring the owner to notify the server it would like to be parented.
433
+
/// This behavior is always true when using a distributed authority network topology and does not require it to be set.
434
+
/// </summary>
435
+
[Tooltip("When enabled (default disabled), owner's can parent a NetworkObject locally without having to send an RPC to the server or host. Only pertinent when using client-server network topology configurations.")]
0 commit comments