Property | Type | Description | |
---|---|---|---|
k_CompactFixedModuleWidth | float | ||
k_SpaceBetweenModules | float | ||
m_ModuleCurves | List |
||
m_ParticleSystemUI | ParticleSystemUI |
Property | Type | Description | |
---|---|---|---|
kSignedRange | Rect | ||
kUnsignedRange | Rect | ||
kUseSignedRange | bool | ||
m_ToolTip | string |
Method | Description | |
---|---|---|
AddToModuleCurves ( UnityEditor.SerializedProperty curveProp ) : void | ||
FloatDraggable ( |
||
FloatDraggable ( |
||
GUIBoolAsPopup ( |
||
GUIEnumMask ( |
||
GUIFloat ( |
||
GUIFloat ( |
||
GUIFloat ( |
||
GUIFloat ( string label, UnityEditor.SerializedProperty floatProp ) : float | ||
GUIInt ( |
||
GUIInt ( |
||
GUIIntDraggable ( |
||
GUIIntDraggable ( |
||
GUIIntDraggableX2 ( |
||
GUILayerMask ( |
||
GUIListOfFloatObjectToggleFields ( |
||
GUIMMColorPopUp ( |
||
GUIMask ( |
||
GUIMinMaxColor ( |
||
GUIMinMaxCurve ( |
||
GUIMinMaxCurve ( string label, |
||
GUIMinMaxGradient ( |
||
GUIMinMaxRange ( |
||
GUIMinMaxSlider ( |
||
GetParticleSystemCurveEditor ( ) : ParticleSystemCurveEditor | ||
GetXAxisScalar ( ) : float | ||
ModuleUI ( ParticleSystemUI owner, SerializedObject o, string name, string displayName ) : System | ||
ModuleUI ( ParticleSystemUI owner, SerializedObject o, string name, string displayName, VisibilityState initialVisibilityState ) : System |
Method | Description | |
---|---|---|
GetControlRect ( int height ) : Rect | ||
GetParticleSystem ( ) : ParticleSystem |
Method | Description | |
---|---|---|
CheckVisibilityState ( ) : void | ||
FloatDraggable ( |
||
GUIColor ( |
||
GUICurveField ( |
||
GUIGradientAsColor ( |
||
GetColor ( SerializedMinMaxCurve mmCurve ) : Color | ||
GetPopupRect ( Rect position ) : Rect | ||
ModuleUI ( ) : System |
public AddToModuleCurves ( UnityEditor.SerializedProperty curveProp ) : void | ||
curveProp | UnityEditor.SerializedProperty | |
return | void |
public static FloatDraggable ( |
||
rect | ||
floatProp | UnityEditor.SerializedProperty | |
remap | float | |
dragWidth | float | |
formatString | string | |
return | float |
public static FloatDraggable ( |
||
rect | ||
floatValue | float | |
remap | float | |
dragWidth | float | |
formatString | string | |
return | float |
public static GUIBoolAsPopup ( |
||
label | ||
boolProp | UnityEditor.SerializedProperty | |
options | string | |
return | bool |
public static GUIEnumMask ( |
||
label | ||
enumValue | ||
return |
public static GUIFloat ( |
||
guiContent | ||
floatProp | UnityEditor.SerializedProperty | |
return | float |
public static GUIFloat ( |
||
guiContent | ||
floatProp | UnityEditor.SerializedProperty | |
formatString | string | |
return | float |
public static GUIFloat ( |
||
guiContent | ||
floatValue | float | |
formatString | string | |
return | float |
public static GUIFloat ( string label, UnityEditor.SerializedProperty floatProp ) : float | ||
label | string | |
floatProp | UnityEditor.SerializedProperty | |
return | float |
public static GUIInt ( |
||
guiContent | ||
intProp | UnityEditor.SerializedProperty | |
return | int |
public static GUIInt ( |
||
guiContent | ||
intValue | int | |
return | int |
public static GUIIntDraggable ( |
||
label | ||
intProp | UnityEditor.SerializedProperty | |
return | int |
public static GUIIntDraggable ( |
||
label | ||
intValue | int | |
return | int |
public static GUIIntDraggableX2 ( |
||
mainLabel | ||
label1 | ||
intProp1 | UnityEditor.SerializedProperty | |
label2 | ||
intProp2 | UnityEditor.SerializedProperty | |
return | void |
public static GUILayerMask ( |
||
guiContent | ||
boolProp | UnityEditor.SerializedProperty | |
return | void |
public GUIListOfFloatObjectToggleFields ( |
||
label | ||
objectProps | UnityEditor.SerializedProperty | |
validator | UnityEditor.EditorGUI | |
buttonTooltip | ||
allowCreation | bool | |
return | int |
public static GUIMMColorPopUp ( |
||
rect | ||
boolProp | UnityEditor.SerializedProperty | |
return | void |
public static GUIMask ( |
||
label | ||
intValue | int | |
options | string | |
return | int |
public GUIMinMaxColor ( |
||
label | ||
minMaxColor | ||
return | void |
public static GUIMinMaxCurve ( |
||
label | ||
mmCurve | ||
return | void |
public static GUIMinMaxCurve ( string label, |
||
label | string | |
mmCurve | ||
return | void |
public GUIMinMaxGradient ( |
||
label | ||
minMaxGradient | ||
return | void |
public static GUIMinMaxRange ( |
||
label | ||
vec2Prop | UnityEditor.SerializedProperty | |
return | void |
public static GUIMinMaxSlider ( |
||
label | ||
vec2Prop | UnityEditor.SerializedProperty | |
a | float | |
b | float | |
return | void |
protected static GetControlRect ( int height ) : Rect | ||
height | int | |
return | Rect |
protected GetParticleSystem ( ) : ParticleSystem | ||
return | ParticleSystem |
public GetParticleSystemCurveEditor ( ) : ParticleSystemCurveEditor | ||
return | ParticleSystemCurveEditor |
public ModuleUI ( ParticleSystemUI owner, SerializedObject o, string name, string displayName ) : System | ||
owner | ParticleSystemUI | |
o | SerializedObject | |
name | string | |
displayName | string | |
return | System |
public ModuleUI ( ParticleSystemUI owner, SerializedObject o, string name, string displayName, VisibilityState initialVisibilityState ) : System | ||
owner | ParticleSystemUI | |
o | SerializedObject | |
name | string | |
displayName | string | |
initialVisibilityState | VisibilityState | |
return | System |
public static float k_CompactFixedModuleWidth | ||
return | float |
public static float k_SpaceBetweenModules | ||
return | float |
public ParticleSystemUI m_ParticleSystemUI | ||
return | ParticleSystemUI |