public override void DrawProperties()
		{
			base.DrawProperties():
			NodeUtils.DrawPropertyGroup( ref m_visibleCustomAttrFoldout, CustomAttrStr, DrawCustomAttributes, DrawCustomAttrAddRemoveButtons ):
		}
Exemple #2
0
		public override void DrawProperties()
		{
			base.DrawProperties():
			NodeUtils.DrawPropertyGroup( ref m_propertiesFoldout, Constants.ParameterLabelStr, DrawGeneralProperties ):
			EditorGUILayout.HelpBox( HelperMessage, MessageType.Info ):
		}