Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlphaElement ¶
type AlphaElement struct {
Alpha float32
}
func (AlphaElement) Create ¶
func (e AlphaElement) Create() Node
Create creates a new Chain Node instance
func (AlphaElement) Equals ¶
func (e AlphaElement) Equals(other Element) bool
Equals checks if this element is equivalent to another
func (AlphaElement) GetAlpha ¶
func (e AlphaElement) GetAlpha() float32
func (AlphaElement) Update ¶
func (e AlphaElement) Update(node Node)
Update updates an existing Chain node for efficiency
type AlphaState ¶
type AlphaState struct {
Alpha float32
}
type ChainNode ¶
func NewAlphaNode ¶
func NewAlphaNode(element AlphaElement) ChainNode
type DrawModifierNode ¶
type DrawModifierNode = layoutnode.DrawModifierNode
type InspectableModifier ¶
type InspectableModifier = modifier.InspectableModifier
type LayoutContext ¶
type LayoutContext = layoutnode.LayoutContext
type LayoutDimensions ¶
type LayoutDimensions = layoutnode.LayoutDimensions
type LayoutWidget ¶
type LayoutWidget = layoutnode.LayoutWidget
type ModifierInspectorInfo ¶
type ModifierInspectorInfo = modifier.InspectorInfo
Click to show internal directories.
Click to hide internal directories.