Skip to content

Commit 102bf71

Browse files
authored
expose BasisInteractableObject.RequiresUpdateLoop (#584)
expose BasisInteractableObject.RequiresUpdateLoop externally with protected set
1 parent 1a5cc33 commit 102bf71

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Basis/Packages/com.basis.framework/Interactions/BasisInteractableObject.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ public bool HasState(BasisInputState state, BasisInputKey Key)
114114
/// Flag indicating whether this object requires an update loop
115115
/// while being influenced by inputs.
116116
/// </summary>
117-
[NonSerialized]
118-
internal bool RequiresUpdateLoop = false;
117+
public bool RequiresUpdateLoop { get; protected set; } = false;
119118

120119
#region Interaction Events
121120

0 commit comments

Comments
 (0)