It is a class created for practical use by adding various add-ons to game objects.
public static RoomContainerHelper RoomContainer(this GameObject gameObject)
Parameters:
gameObject : Represents the class to which the extension will be applied.
gameObject
If RoomContainerHelper is null, we send the new scene information and create a new one.
If there is, we change the scene information.
then return roomContanierHelper.
Last updated 1 year ago