VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.UEditor.Core.AVR_Behaviour_Editor.DrawToolbar ( object  target)
inlineprotected

Definition at line 21 of file AVR_Behaviour_Editor.cs.

22  {
23  try {
24  DrawToolbar(AVR.Core.Utils.Misc.GetAttribute<AVR.Core.Attributes.DocumentationUrl>(target.GetType()).getDocumentationUrl());
25  } catch(System.Exception) {
26  AVR_DevConsole.warn("Object does not have a DocumentationUrl set: " + target);
27  }
28  }