Hide
GameObjectActive

A toggle button to toggle the GameObject.activeSelf of the field.

This does not require the field to be GameObject. It can be a component which already attached to a GameObject.

  • AllowMultiple: No
using SaintsField; [GameObjectActive] public GameObject _go; [GameObjectActive] public GameObjectActiveExample _component;