activeInHierarchy(GameObject obj) | WMG_GUI_Functions | |
addLinkClickEvent(GameObject go) | WMG_Events | |
addLinkClickEvent_Leg(GameObject go) | WMG_Events | |
addLinkMouseEnterEvent(GameObject go) | WMG_Events | |
addLinkMouseEnterEvent_Leg(GameObject go) | WMG_Events | |
addLinkMouseLeaveEvent(GameObject go) | WMG_Events | |
addLinkMouseLeaveEvent_Leg(GameObject go) | WMG_Events | |
addNodeClickEvent(GameObject go) | WMG_Events | |
addNodeClickEvent_Leg(GameObject go) | WMG_Events | |
addNodeMouseEnterEvent(GameObject go) | WMG_Events | |
addNodeMouseEnterEvent_Leg(GameObject go) | WMG_Events | |
addNodeMouseLeaveEvent(GameObject go) | WMG_Events | |
addNodeMouseLeaveEvent_Leg(GameObject go) | WMG_Events | |
addPieLegendEntryClickEvent(GameObject go) | WMG_Events | |
addPieSliceClickEvent(GameObject go) | WMG_Events | |
addPieSliceMouseEnterEvent(GameObject go) | WMG_Events | |
addRaycaster(GameObject obj) | WMG_GUI_Functions | |
addRingClickEvent(GameObject go) | WMG_Events | |
addRingMouseEnterEvent(GameObject go) | WMG_Events | |
addSeries() | WMG_Axis_Graph | |
addSeriesAt(int index, WMG_Series.comboTypes comboType=WMG_Series.comboTypes.line) | WMG_Axis_Graph | |
anchoredParent | WMG_Axis_Graph | |
animScaleAllAtOnce(bool isPoint, float duration, float delay, Ease anEaseType, List< Vector3 > before, List< Vector3 > after) | WMG_Axis_Graph | |
animScaleBySeries(bool isPoint, float duration, float delay, Ease anEaseType, List< Vector3 > before, List< Vector3 > after) | WMG_Axis_Graph | |
animScaleOneByOne(bool isPoint, float duration, float delay, Ease anEaseType, List< Vector3 > before, List< Vector3 > after, int loopDir) | WMG_Axis_Graph | |
aSeriesPointsChanged() | WMG_Axis_Graph | |
autoAnimationsDuration | WMG_Axis_Graph | |
autoAnimationsEasetype | WMG_Axis_Graph | |
autoAnimationsEnabled | WMG_Axis_Graph | |
autoFitLabels | WMG_Axis_Graph | |
autoFitPadding | WMG_Axis_Graph | |
autoGrowAndShrinkByPercent | WMG_Axis_Graph | |
autoPaddingAmount | WMG_Axis_Graph | |
autoPaddingC | WMG_Axis_Graph | |
autoPaddingEnabled | WMG_Axis_Graph | |
AutoPaddingProperties enum name | WMG_Axis_Graph | |
autoPaddingProperties | WMG_Axis_Graph | |
autoShrinkAtPercent | WMG_Axis_Graph | |
autoUpdateBarAxisValue | WMG_Axis_Graph | |
autoUpdateBarWidth | WMG_Axis_Graph | |
autoUpdateBarWidthSpacing | WMG_Axis_Graph | |
autoUpdateOrigin | WMG_Axis_Graph | |
autoUpdateSeriesAxisSpacing | WMG_Axis_Graph | |
axesType | WMG_Axis_Graph | |
axesTypes enum name | WMG_Axis_Graph | |
axisWidth | WMG_Axis_Graph | |
barAxisValue | WMG_Axis_Graph | |
barPrefab | WMG_Axis_Graph | |
barWidth | WMG_Axis_Graph | |
bringSpriteToFront(GameObject obj) | WMG_GUI_Functions | |
changeAllLinePivots(WMGpivotTypes newPivot) | WMG_Axis_Graph | |
changeBarWidthHeight(GameObject obj, int aWidth, int aHeight) | WMG_GUI_Functions | |
changeLabelColor(GameObject obj, Color newColor) | WMG_Text_Functions | |
changeLabelFont(GameObject obj, Font newFont) | WMG_Text_Functions | |
changeLabelFontSize(GameObject obj, int newFontSize) | WMG_Text_Functions | |
changeLabelFontStyle(GameObject obj, FontStyle newFontStyle) | WMG_Text_Functions | |
changeLabelText(GameObject obj, string aText) | WMG_Text_Functions | |
changePositionByRelativeTransform(GameObject obj, GameObject relative, Vector2 delta) | WMG_GUI_Functions | |
changeRadialSpriteRotation(GameObject obj, Vector3 newRot) | WMG_GUI_Functions | |
changeSpriteAlpha(GameObject obj, float alpha) | WMG_GUI_Functions | |
changeSpriteColor(GameObject obj, Color aColor) | WMG_GUI_Functions | |
changeSpriteFill(GameObject obj, float fill) | WMG_GUI_Functions | |
changeSpriteHeight(GameObject obj, int aHeight) | WMG_GUI_Functions | |
changeSpriteParent(GameObject child, GameObject parent) | WMG_GUI_Functions | |
changeSpritePivot(GameObject obj, WMGpivotTypes theType) | WMG_Text_Functions | |
changeSpritePositionRelativeToObjBy(GameObject obj, GameObject relObj, Vector3 changeAmt) | WMG_GUI_Functions | |
changeSpritePositionRelativeToObjByX(GameObject obj, GameObject relObj, float changeAmt) | WMG_GUI_Functions | |
changeSpritePositionRelativeToObjByY(GameObject obj, GameObject relObj, float changeAmt) | WMG_GUI_Functions | |
changeSpritePositionTo(GameObject obj, Vector3 newPos) | WMG_GUI_Functions | |
changeSpritePositionToX(GameObject obj, float newPos) | WMG_GUI_Functions | |
changeSpritePositionToY(GameObject obj, float newPos) | WMG_GUI_Functions | |
changeSpriteSize(GameObject obj, int aWidth, int aHeight) | WMG_GUI_Functions | |
changeSpriteSizeFloat(GameObject obj, float aWidth, float aHeight) | WMG_GUI_Functions | |
changeSpriteWidth(GameObject obj, int aWidth) | WMG_GUI_Functions | |
CreateLink(WMG_Node fromNode, GameObject toNode, Object prefabLink, GameObject parent) | WMG_Graph_Manager | |
CreateLinkNoRepos(WMG_Node fromNode, GameObject toNode, Object prefabLink, GameObject parent) | WMG_Graph_Manager | |
CreateNode(Object prefabNode, GameObject parent) | WMG_Graph_Manager | |
DeleteLink(WMG_Link theLink) | WMG_Graph_Manager | |
DeleteNode(WMG_Node theNode) | WMG_Graph_Manager | |
deleteSeries() | WMG_Axis_Graph | |
deleteSeriesAt(int index) | WMG_Axis_Graph | |
FindShortestPathBetweenNodes(WMG_Node fromNode, WMG_Node toNode) | WMG_Graph_Manager | |
FindShortestPathBetweenNodesWeighted(WMG_Node fromNode, WMG_Node toNode, bool includeRadii) | WMG_Graph_Manager | |
forceUpdateText(GameObject obj) | WMG_GUI_Functions | |
getChangeSpritePositionTo(GameObject obj, Vector2 newPos) | WMG_GUI_Functions | |
getDistBetween(int pointsCount, float theAxisLength) | WMG_Axis_Graph | |
getFirstCanvasOnSelfOrParent(Transform trans, ref Canvas canv) | WMG_GUI_Functions | |
GetLink(WMG_Node fromNode, WMG_Node toNode) | WMG_Graph_Manager | |
getMaxNumPoints() | WMG_Axis_Graph | |
getMaxPointSize() | WMG_Axis_Graph | |
getMaxSeriesBarCount() | WMG_Axis_Graph | |
getPositionRelativeTransform(GameObject obj, GameObject relative) | WMG_GUI_Functions | |
getRectDiffs(GameObject child, GameObject container, ref Vector2 xDif, ref Vector2 yDif) | WMG_GUI_Functions | |
getSeriesScaleVectors(bool useLineWidthForX, float x, float y) | WMG_Axis_Graph | |
getSpriteAlpha(GameObject obj) | WMG_GUI_Functions | |
getSpriteHeight(GameObject obj) | WMG_GUI_Functions | |
getSpritePivot(GameObject obj) | WMG_GUI_Functions | |
getSpritePivotTopToBot(GameObject obj) | WMG_GUI_Functions | |
getSpritePositionX(GameObject obj) | WMG_GUI_Functions | |
getSpritePositionXY(GameObject obj) | WMG_GUI_Functions | |
getSpritePositionY(GameObject obj) | WMG_GUI_Functions | |
getSpriteSize(GameObject obj) | WMG_GUI_Functions | |
getSpriteWidth(GameObject obj) | WMG_GUI_Functions | |
getTextHeight(GameObject obj) | WMG_GUI_Functions | |
getTextSize(GameObject obj) | WMG_Text_Functions | |
getTexture(GameObject obj) | WMG_GUI_Functions | |
getTextureMaterial(GameObject obj) | WMG_GUI_Functions | |
getTextWidth(GameObject obj) | WMG_GUI_Functions | |
getXAxisLabels() | WMG_Axis_Graph | |
getXAxisTicks() | WMG_Axis_Graph | |
getYAxisLabels() | WMG_Axis_Graph | |
getYAxisTicks() | WMG_Axis_Graph | |
graphAreaBoundsParent | WMG_Axis_Graph | |
graphBackground | WMG_Axis_Graph | |
GraphBackgroundChanged | WMG_Axis_Graph | |
GraphBackgroundChangedHandler(WMG_Axis_Graph aGraph) | WMG_Axis_Graph | |
graphC | WMG_Axis_Graph | |
GraphChanged() | WMG_Axis_Graph | |
graphTitle | WMG_Axis_Graph | |
graphTitleOffset | WMG_Axis_Graph | |
graphTitleSize | WMG_Axis_Graph | |
graphTitleString | WMG_Axis_Graph | |
graphType | WMG_Axis_Graph | |
graphTypes enum name | WMG_Axis_Graph | |
groups | WMG_Axis_Graph | |
InEditorUpdate() | WMG_Axis_Graph | |
Init() | WMG_Axis_Graph | |
IsStacked | WMG_Axis_Graph | |
legend | WMG_Axis_Graph | |
lineSeries | WMG_Axis_Graph | |
linkPrefabs | WMG_Axis_Graph | |
LinksParent | WMG_Graph_Manager | |
ManualResize() | WMG_Axis_Graph | |
NodesParent | WMG_Graph_Manager | |
NumComboBarSeries() | WMG_Axis_Graph | |
OnGraphBackgroundChanged() | WMG_Axis_Graph | protectedvirtual |
orientationType | WMG_Axis_Graph | |
orientationTypes enum name | WMG_Axis_Graph | |
paddingLeftRight | WMG_Axis_Graph | |
paddingTopBottom | WMG_Axis_Graph | |
pointPrefabs | WMG_Axis_Graph | |
rectIntersectRect(GameObject r1, GameObject r2) | WMG_GUI_Functions | |
Refresh() | WMG_Axis_Graph | |
ReplaceNodeWithNewPrefab(WMG_Node theNode, Object prefabNode) | WMG_Graph_Manager | |
resizeEnabled | WMG_Axis_Graph | |
resizeProperties | WMG_Axis_Graph | |
ResizeProperties enum name | WMG_Axis_Graph | |
resizingChangesFontScaleInsteadOfFontSize | WMG_Axis_Graph | |
sendSpriteToBack(GameObject obj) | WMG_GUI_Functions | |
SeriesChanged(bool countChanged, bool instant) | WMG_Axis_Graph | |
seriesCountC | WMG_Axis_Graph | |
seriesNoCountC | WMG_Axis_Graph | |
seriesParent | WMG_Axis_Graph | |
seriesPrefab | WMG_Axis_Graph | |
SetActive(GameObject obj, bool state) | WMG_GUI_Functions | |
SetActiveAnchoredSprite(GameObject obj, bool state) | WMG_GUI_Functions | |
SetActiveImage(GameObject obj, bool state) | WMG_GUI_Functions | |
setAnchor(GameObject go, Vector2 anchor, Vector2 pivot, Vector2 anchoredPosition) | WMG_GUI_Functions | |
setAnchoredPosition(GameObject go, Vector2 anchoredPosition) | WMG_GUI_Functions | |
setAsNotInteractible(GameObject obj) | WMG_GUI_Functions | |
setOriginalPropertyValues() | WMG_Axis_Graph | |
setTexture(GameObject obj, Sprite sprite) | WMG_GUI_Functions | |
setTextureMaterial(GameObject obj, Material aMat) | WMG_GUI_Functions | |
stretchToParent(GameObject go) | WMG_GUI_Functions | |
theOrigin | WMG_Axis_Graph | |
theTooltip | WMG_Axis_Graph | |
tickSize | WMG_Axis_Graph | |
tooltipAnimationsDuration | WMG_Axis_Graph | |
tooltipAnimationsEasetype | WMG_Axis_Graph | |
tooltipAnimationsEnabled | WMG_Axis_Graph | |
tooltipDisplaySeriesName | WMG_Axis_Graph | |
tooltipEnabled | WMG_Axis_Graph | |
toolTipLabel | WMG_Axis_Graph | |
tooltipNumberDecimals | WMG_Axis_Graph | |
tooltipOffset | WMG_Axis_Graph | |
toolTipPanel | WMG_Axis_Graph | |
TotalPointValues | WMG_Axis_Graph | |
UpdateOrientation() | WMG_Axis_Graph | |
useGroups | WMG_Axis_Graph | |
WMG_Click | WMG_Events | |
WMG_Click_H(WMG_Series aSeries, WMG_Node aNode, PointerEventData pointerEventData) | WMG_Events | |
WMG_Click_Leg | WMG_Events | |
WMG_Click_Leg_H(WMG_Series aSeries, WMG_Node aNode, PointerEventData pointerEventData) | WMG_Events | |
WMG_Link_Click | WMG_Events | |
WMG_Link_Click_H(WMG_Series aSeries, WMG_Link aLink, PointerEventData pointerEventData) | WMG_Events | |
WMG_Link_Click_Leg | WMG_Events | |
WMG_Link_Click_Leg_H(WMG_Series aSeries, WMG_Link aLink, PointerEventData pointerEventData) | WMG_Events | |
WMG_Link_MouseEnter | WMG_Events | |
WMG_Link_MouseEnter_H(WMG_Series aSeries, WMG_Link aLink, bool state) | WMG_Events | |
WMG_Link_MouseEnter_Leg | WMG_Events | |
WMG_Link_MouseEnter_Leg_H(WMG_Series aSeries, WMG_Link aLink, bool state) | WMG_Events | |
WMG_MouseEnter | WMG_Events | |
WMG_MouseEnter_H(WMG_Series aSeries, WMG_Node aNode, bool state) | WMG_Events | |
WMG_MouseEnter_Leg | WMG_Events | |
WMG_MouseEnter_Leg_H(WMG_Series aSeries, WMG_Node aNode, bool state) | WMG_Events | |
WMG_Pie_Legend_Entry_Click | WMG_Events | |
WMG_Pie_Legend_Entry_Click_H(WMG_Pie_Graph pieGraph, WMG_Legend_Entry legendEntry, PointerEventData pointerEventData) | WMG_Events | |
WMG_Pie_Slice_Click | WMG_Events | |
WMG_Pie_Slice_Click_H(WMG_Pie_Graph pieGraph, WMG_Pie_Graph_Slice aSlice, PointerEventData pointerEventData) | WMG_Events | |
WMG_Pie_Slice_MouseEnter | WMG_Events | |
WMG_Pie_Slice_MouseEnter_H(WMG_Pie_Graph pieGraph, WMG_Pie_Graph_Slice aSlice, bool state) | WMG_Events | |
WMG_Ring_Click | WMG_Events | |
WMG_Ring_Click_H(WMG_Ring ring, PointerEventData pointerEventData) | WMG_Events | |
WMG_Ring_MouseEnter | WMG_Events | |
WMG_Ring_MouseEnter_H(WMG_Ring ring, bool state) | WMG_Events | |
WMGpivotTypes enum name | WMG_Text_Functions | |
xAxis | WMG_Axis_Graph | |
xAxisLength | WMG_Axis_Graph | |
xAxisLengthOrienInd | WMG_Axis_Graph | |
yAxis | WMG_Axis_Graph | |
yAxis2 | WMG_Axis_Graph | |
yAxisLength | WMG_Axis_Graph | |
yAxisLengthOrienInd | WMG_Axis_Graph | |