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