/// <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);
        }
        /// <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);
        }
示例#3
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("search-box");
 }
示例#4
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("showif");
 }
示例#5
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("onlycomponent");
 }
示例#6
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowDrawerInfo("collection-drawer");
 }
示例#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);
 }
示例#9
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.OpenUrl(PowerInspectorDocumentation.BaseUrl + "getting-started/class-member-visibility");
 }
示例#10
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowDrawerInfo("object-reference-drawer");
 }
示例#11
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("view-menu");
 }
示例#12
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("multi-editing-modes");
 }
示例#13
0
		private void LearnMore()
		{
			PowerInspectorDocumentation.ShowFeature("tooltips");
		}
示例#14
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowDrawerInfo("transform-drawer");
 }
示例#15
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("split-view");
 }
示例#16
0
 private void learnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("style");
 }
示例#17
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("debug-mode");
 }
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("back-and-forward-buttons");
 }
示例#19
0
 private void learnMore()
 {
     PowerInspectorDocumentation.ShowAttribute("hidetransformininspector");
 }
示例#20
0
 private void LearnMore()
 {
     PowerInspectorDocumentation.ShowFeature("quick-invoke-menu");
 }