/// <inheritdoc/>
        protected override void Setup(Component[] setTargets, IParentDrawer setParent, GUIContent setLabel, IInspector setInspector)
        {
            if (arrow == null)
            {
                var demoGraphics = FileUtility.LoadAssetByName <DemoGraphics>("Demo Graphics");
                arrow = demoGraphics.arrow;
            }

            PowerInspectorDocumentation.ShowUrlIfWindowOpen(DocumentationPageUrl);

            base.Setup(setTargets, setParent, setLabel, setInspector);
        }
Ejemplo n.º 2
0
        /// <inheritdoc/>
        public override void Setup([NotNullOrEmpty] GameObject[] setTargets, [CanBeNull] IParentDrawer setParent, [NotNull] IInspector setInspector)
        {
            if (arrow == null)
            {
                var demoGraphics = FileUtility.LoadAssetByName <DemoGraphics>("Demo Graphics");
                arrow = demoGraphics.arrow;
            }

            base.Setup(setTargets, setParent, setInspector);

            PowerInspectorDocumentation.ShowUrlIfWindowOpen(DocumentationPageUrl);
        }
Ejemplo n.º 3
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("search-box");
 }
Ejemplo n.º 4
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("showif");
 }
Ejemplo n.º 5
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("onlycomponent");
 }
Ejemplo n.º 6
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowDrawerInfo("collection-drawer");
 }
Ejemplo n.º 7
0
 public void PrintDocumentationUrl()
 {
     Debug.Log(PowerInspectorDocumentation.GetFeatureUrl("quick-invoke-menu"));
 }
 /// <inheritdoc/>
 protected override void Setup(Component[] setTargets, IParentDrawer setParent, GUIContent setLabel, IInspector setInspector)
 {
     PowerInspectorDocumentation.ShowUrlIfWindowOpen(DocumentationPageUrl);
     base.Setup(setTargets, setParent, setLabel, setInspector);
 }
Ejemplo n.º 9
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.OpenUrl(PowerInspectorDocumentation.BaseUrl + "getting-started/class-member-visibility");
 }
Ejemplo n.º 10
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowDrawerInfo("object-reference-drawer");
 }
Ejemplo n.º 11
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("view-menu");
 }
Ejemplo n.º 12
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("multi-editing-modes");
 }
Ejemplo n.º 13
0
		private void LearnMore()
		{
			PowerInspectorDocumentation.ShowFeature("tooltips");
		}
Ejemplo n.º 14
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowDrawerInfo("transform-drawer");
 }
Ejemplo n.º 15
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("split-view");
 }
Ejemplo n.º 16
0
 private void learnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("style");
 }
Ejemplo n.º 17
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("debug-mode");
 }
Ejemplo n.º 18
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("back-and-forward-buttons");
 }
Ejemplo n.º 19
0
 private void learnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("hidetransformininspector");
 }
Ejemplo n.º 20
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("quick-invoke-menu");
 }