pub type NotNode = NotNode<Handle<Node>>;Expand description
Scene specific animation blending state machine Not logic node.
Aliased Type§
pub struct NotNode {
pub lhs: Box<LogicNode<Handle<Node>>>,
}Fields§
§lhs: Box<LogicNode<Handle<Node>>>Argument to be negated.