Sequine - Scripting API
Calcatz.CookieCutter.CommandGUI Member List

This is the complete list of members for Calcatz.CookieCutter.CommandGUI, including all inherited members.

AddMainInPoint()Calcatz.CookieCutter.CommandGUIstatic
AddMainOutPoint()Calcatz.CookieCutter.CommandGUIstatic
AddPropertyInPoint(System.Type _type)Calcatz.CookieCutter.CommandGUIstatic
AddPropertyInPoint< T >()Calcatz.CookieCutter.CommandGUIstatic
AddPropertyOutPoint(System.Type _type)Calcatz.CookieCutter.CommandGUIstatic
AddPropertyOutPoint< T >()Calcatz.CookieCutter.CommandGUIstatic
AddRectHeight(float _height)Calcatz.CookieCutter.CommandGUIstatic
BeginFoldoutGroup(string _label, ref bool _targetBool)Calcatz.CookieCutter.CommandGUIstatic
BeginFoldoutGroup(string _label, string _tooltip, ref bool _targetBool)Calcatz.CookieCutter.CommandGUIstatic
currentTargetObjectCalcatz.CookieCutter.CommandGUIstatic
DrawBinderField< T >(string _label, T _currentObject, Action< T > _onObjectChanged, Func< UnityEngine.Object, UnityEngine.Object > _customValidateDraggedObject=null)Calcatz.CookieCutter.CommandGUIstatic
DrawBinderField< T >(string _label, string _tooltip, T _currentObject, Action< T > _onObjectChanged, Func< UnityEngine.Object, UnityEngine.Object > _customValidateDraggedObject=null)Calcatz.CookieCutter.CommandGUIstatic
DrawBoundsField(string _label, ref Bounds _targetBounds)Calcatz.CookieCutter.CommandGUIstatic
DrawBoundsField(string _label, string _tooltip, ref Bounds _targetBounds)Calcatz.CookieCutter.CommandGUIstatic
DrawBoundsIntField(string _label, ref BoundsInt _targetBounds)Calcatz.CookieCutter.CommandGUIstatic
DrawBoundsIntField(string _label, string _tooltip, ref BoundsInt _targetBounds)Calcatz.CookieCutter.CommandGUIstatic
DrawColorField(string _label, ref Color _targetColor)Calcatz.CookieCutter.CommandGUIstatic
DrawColorField(string _label, string _tooltip, ref Color _targetColor)Calcatz.CookieCutter.CommandGUIstatic
DrawCrossSceneRefField(string _label, string _tooltip, ITargetObject _targetObject, System.Type _objectType)Calcatz.CookieCutter.CommandGUIstatic
DrawCrossSceneRefField< T >(string _label, string _tooltip, TargetObject< T > _targetObject)Calcatz.CookieCutter.CommandGUIstatic
DrawCurveField(string _label, AnimationCurve _currentCurve, Action< AnimationCurve > _onChangeCurve)Calcatz.CookieCutter.CommandGUIstatic
DrawCurveField(string _label, string _tooltip, AnimationCurve _currentCurve, Action< AnimationCurve > _onChangeCurve)Calcatz.CookieCutter.CommandGUIstatic
DrawEnumField(string _label, System.Type _enumType, System.Enum _targetEnum, Action< System.Enum > _onValueChanged)Calcatz.CookieCutter.CommandGUIstatic
DrawEnumField(string _label, string _tooltip, System.Type _enumType, System.Enum _targetEnum, Action< System.Enum > _onValueChanged)Calcatz.CookieCutter.CommandGUIstatic
DrawEnumField< T >(string _label, ref T _targetEnum)Calcatz.CookieCutter.CommandGUIstatic
DrawEnumField< T >(string _label, string _tooltip, ref T _targetEnum)Calcatz.CookieCutter.CommandGUIstatic
DrawFloatField(string _label, ref float _targetFloat, float _min=float.MinValue, float _max=float.MaxValue)Calcatz.CookieCutter.CommandGUIstatic
DrawFloatField(string _label, string _tooltip, ref float _targetFloat, float _min=float.MinValue, float _max=float.MaxValue)Calcatz.CookieCutter.CommandGUIstatic
DrawFloatSliderField(string _label, ref float _targetFloat, float _min, float _max)Calcatz.CookieCutter.CommandGUIstatic
DrawFloatSliderField(string _label, string _tooltip, ref float _targetFloat, float _min, float _max)Calcatz.CookieCutter.CommandGUIstatic
DrawFoldoutGroup(string _label, ref bool _targetBool, Action _onDrawContent)Calcatz.CookieCutter.CommandGUIstatic
DrawFoldoutGroup(string _label, string _tooltip, ref bool _targetBool, Action _onDrawContent)Calcatz.CookieCutter.CommandGUIstatic
DrawInPoint(int _inputPointIndex)Calcatz.CookieCutter.CommandGUIstatic
DrawIntField(string _label, ref int _targetInt, int _min=int.MinValue, int _max=int.MaxValue)Calcatz.CookieCutter.CommandGUIstatic
DrawIntField(string _label, string _tooltip, ref int _targetInt, int _min=int.MinValue, int _max=int.MaxValue)Calcatz.CookieCutter.CommandGUIstatic
DrawIntSliderField(string _label, ref int _targetInt, int _min, int _max)Calcatz.CookieCutter.CommandGUIstatic
DrawIntSliderField(string _label, string _tooltip, ref int _targetInt, int _min, int _max)Calcatz.CookieCutter.CommandGUIstatic
DrawLabel(Rect _rect, string _label, bool _alignRight=false)Calcatz.CookieCutter.CommandGUIstatic
DrawLabel(Rect _rect, string _label, string _tooltip, bool _alignRight=false)Calcatz.CookieCutter.CommandGUIstatic
DrawLabel(string _label, bool _alignRight=false)Calcatz.CookieCutter.CommandGUIstatic
DrawLabel(string _label, string _tooltip, bool _alignRight=false)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedAudioClipField(string _label, ref LocalizedAudioClip _targetLocalizedAudioClip)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedAudioClipField(string _label, string _tooltip, ref LocalizedAudioClip _targetLocalizedAudioClip)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedFontField(string _label, ref LocalizedFont _targetLocalizedFont)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedFontField(string _label, string _tooltip, ref LocalizedFont _targetLocalizedFont)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedGameObjectField(string _label, ref LocalizedGameObject _targetLocalizedGameObject)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedGameObjectField(string _label, string _tooltip, ref LocalizedGameObject _targetLocalizedGameObject)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedMaterialField(string _label, ref LocalizedMaterial _targetLocalizedMaterial)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedMaterialField(string _label, string _tooltip, ref LocalizedMaterial _targetLocalizedMaterial)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedMeshField(string _label, ref LocalizedMesh _targetLocalizedMesh)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedMeshField(string _label, string _tooltip, ref LocalizedMesh _targetLocalizedMesh)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedObjectField(string _label, ref LocalizedObject _targetLocalizedObject)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedObjectField(string _label, string _tooltip, ref LocalizedObject _targetLocalizedObject)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedSpriteField(string _label, ref LocalizedSprite _targetLocalizedSprite)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedSpriteField(string _label, string _tooltip, ref LocalizedSprite _targetLocalizedSprite)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedStringField(string _label, ref LocalizedString _targetLocalizedString)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedStringField(string _label, string _tooltip, ref LocalizedString _targetLocalizedString)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedTextureField(string _label, ref LocalizedTexture _targetLocalizedTexture)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedTextureField(string _label, string _tooltip, ref LocalizedTexture _targetLocalizedTexture)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedTmpFontField(string _label, ref LocalizedTmpFont _targetLocalizedTmpFont)Calcatz.CookieCutter.CommandGUIstatic
DrawLocalizedTmpFontField(string _label, string _tooltip, ref LocalizedTmpFont _targetLocalizedTmpFont)Calcatz.CookieCutter.CommandGUIstatic
DrawObjectField(string _label, UnityEngine.Object _currentObject, Action< UnityEngine.Object > _onObjectChanged, System.Type _objectType, bool _allowSceneObjects=false)Calcatz.CookieCutter.CommandGUIstatic
DrawObjectField(string _label, string _tooltip, UnityEngine.Object _currentObject, Action< UnityEngine.Object > _onObjectChanged, System.Type _objectType, bool _allowSceneObjects=false)Calcatz.CookieCutter.CommandGUIstatic
DrawObjectField< T >(string _label, T _currentObject, Action< T > _onObjectChanged, bool _allowSceneObjects=false)Calcatz.CookieCutter.CommandGUIstatic
DrawObjectField< T >(string _label, string _tooltip, T _currentObject, Action< T > _onObjectChanged, bool _allowSceneObjects=false)Calcatz.CookieCutter.CommandGUIstatic
DrawOutPoint(int _outputPointIndex)Calcatz.CookieCutter.CommandGUIstatic
DrawPopupField(string _label, int _currentIndex, string[] _options, Action< int > _onValueChanged)Calcatz.CookieCutter.CommandGUIstatic
DrawPopupField(string _label, string _tooltip, int _currentIndex, string[] _options, Action< int > _onValueChanged)Calcatz.CookieCutter.CommandGUIstatic
DrawRectField(string _label, ref Rect _targetRect)Calcatz.CookieCutter.CommandGUIstatic
DrawRectField(string _label, string _tooltip, ref Rect _targetRect)Calcatz.CookieCutter.CommandGUIstatic
DrawRectIntField(string _label, ref RectInt _targetRect)Calcatz.CookieCutter.CommandGUIstatic
DrawRectIntField(string _label, string _tooltip, ref RectInt _targetRect)Calcatz.CookieCutter.CommandGUIstatic
DrawReferenceModeField(string _label, string _tooltip, ITargetObject _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawRoundedFloatField(string _label, ref float _targetFloat, float _min=float.MinValue, float _max=float.MaxValue)Calcatz.CookieCutter.CommandGUIstatic
DrawRoundedFloatField(string _label, string _tooltip, ref float _targetFloat, float _min=float.MinValue, float _max=float.MaxValue)Calcatz.CookieCutter.CommandGUIstatic
DrawTargetObjectField(System.Type _targetObjectType, string _label, string _tooltip, ref ITargetObject _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawTargetObjectField(System.Type _targetObjectType, string _label, ref ITargetObject _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawTargetObjectField(System.Type _targetObjectType, Command _command, int _propertyInputIndex, string _label, string _tooltip, ref ITargetObject _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawTargetObjectField< T >(string _label, string _tooltip, ref TargetObject< T > _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawTargetObjectField< T >(string _label, ref TargetObject< T > _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawTargetObjectField< T >(Command _command, int _propertyInputIndex, string _label, ref TargetObject< T > _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawTargetObjectField< T >(Command _command, int _propertyInputIndex, string _label, string _tooltip, ref TargetObject< T > _targetObjectRef)Calcatz.CookieCutter.CommandGUIstatic
DrawTextAreaField(string _label, ref string _targetText, int _lineCount=2, bool _wordWrap=true)Calcatz.CookieCutter.CommandGUIstatic
DrawTextAreaField(string _label, string _tooltip, ref string _targetText, int _lineCount=2, bool _wordWrap=true)Calcatz.CookieCutter.CommandGUIstatic
DrawTextField(string _label, ref string _targetText)Calcatz.CookieCutter.CommandGUIstatic
DrawTextField(string _label, string _tooltip, ref string _targetText)Calcatz.CookieCutter.CommandGUIstatic
DrawToggleField(string _label, ref bool _targetBool)Calcatz.CookieCutter.CommandGUIstatic
DrawToggleField(string _label, string _tooltip, ref bool _targetBool)Calcatz.CookieCutter.CommandGUIstatic
DrawToggleLeftField(string _label, ref bool _targetBool)Calcatz.CookieCutter.CommandGUIstatic
DrawToggleLeftField(string _label, string _tooltip, ref bool _targetBool)Calcatz.CookieCutter.CommandGUIstatic
DrawVector2Field(string _label, ref Vector2 _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector2Field(string _label, string _tooltip, ref Vector2 _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector2IntField(string _label, ref Vector2Int _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector2IntField(string _label, string _tooltip, ref Vector2Int _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector3Field(string _label, ref Vector3 _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector3Field(string _label, string _tooltip, ref Vector3 _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector3IntField(string _label, ref Vector3Int _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector3IntField(string _label, string _tooltip, ref Vector3Int _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector4Field(string _label, ref Vector4 _targetVector)Calcatz.CookieCutter.CommandGUIstatic
DrawVector4Field(string _label, string _tooltip, ref Vector4 _targetVector)Calcatz.CookieCutter.CommandGUIstatic
EndFoldoutGroup()Calcatz.CookieCutter.CommandGUIstatic
GetRect(int _lineCount=1, int _indent=0)Calcatz.CookieCutter.CommandGUIstatic
GetSingleLineLabeledRect(out Rect labelRect, out Rect valueRect)Calcatz.CookieCutter.CommandGUIstatic
HasMainInPoint()Calcatz.CookieCutter.CommandGUIstatic
IsOffScreen()Calcatz.CookieCutter.CommandGUIstatic
IsSelected()Calcatz.CookieCutter.CommandGUIstatic
PropertySpace()Calcatz.CookieCutter.CommandGUIstatic
RemoveInPoint(int _index)Calcatz.CookieCutter.CommandGUIstatic
RemoveOutPoint(int _index)Calcatz.CookieCutter.CommandGUIstatic
ValidateObsoleteCrossSceneField< T1, T2 >(ref T1 oldTargetObject, ref TargetObject< T2 > newTargetObject)Calcatz.CookieCutter.CommandGUIstatic