Class UsesGameObjectLockingMethods
Extension methods for implementors of IUsesGameObjectLocking
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public static class UsesGameObjectLockingMethods
Methods
Name | Description |
---|---|
IsLocked(IUsesGameObjectLocking, GameObject) | Check whether a GameObject is locked |
SetLocked(IUsesGameObjectLocking, GameObject, bool) | Set a GameObject's locked status |