NotNode

Type Alias NotNode 

Source
pub type NotNode = NotNode<Handle<UiNode>>;
Expand description

UI-specific animation blending state machine Not logic node.

Aliased Type§

pub struct NotNode {
    pub lhs: Box<LogicNode<Handle<UiNode>>>,
}

Fields§

§lhs: Box<LogicNode<Handle<UiNode>>>

Argument to be negated.