Interface IProvidesGameObjectLocking
Provide access to grouping
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesGameObjectLocking : IFunctionalityProvider
Methods
Name | Description |
---|---|
IsLocked(GameObject) | Check whether a GameObject is locked |
SetLocked(GameObject, bool) | Set a GameObject's locked status |