Class GizmosFlexContainer_GreenCorners
Inheritance
GizmosFlexContainer_GreenCorners
Assembly: cs.temp.dll.dll
Syntax
public class GizmosFlexContainer_GreenCorners : IGizmoRenderer<FlexContainer>
Fields
- (Color)
flexHierarchyContainersOutlineColour
What color to draw the gizmos in Scene view
- (Single)
flexHierarchyGizmosInsetAmount
How many pixels to inset the gizmos in Scene view when drawing the overlay that shows the approximate size/shape
of each child FlexContainer
Properties
Methods
- (void)
DrawAsWireframe(FlexContainer, Action, Single, Single, Int32)
- (void)
DrawGizmosAlways(FlexContainer)
Parameters
FlexContainer |
instanceToRenderFor |
|
- (void)
DrawGizmosWhenSelfIsSelected(FlexContainer)
Parameters
FlexContainer |
instanceToRenderFor |
|
- (void)
DrawGizmosWhenSelfOrAncestorIsSelected(FlexContainer)
Parameters
FlexContainer |
instanceToRenderFor |
|
- (void)
DrawWireframe(Vector3[], Vector2, Int32)
Parameters
Vector3[] |
corners |
|
Vector2 |
canvasScaleFactor |
|
Int32 |
selectionDepth |
|