protected override void Awake() { base.Awake(); if (bAnchorCursorPlacer == null) { bAnchorCursorPlacer = GetComponent <BAnchorCursorPlacer>(); } }
protected override void OnValidate() { base.OnValidate(); if (CanValidate() == false) { return; } if (bAnchorCursorPlacer == null) { bAnchorCursorPlacer = GetComponent <BAnchorCursorPlacer>(); } }