pub type XorNode = XorNode<Handle<UiNode>>;Expand description
UI-specific animation blending state machine Xor logic nde.
Aliased Type§
pub struct XorNode {
pub lhs: Box<LogicNode<Handle<UiNode>>>,
pub rhs: Box<LogicNode<Handle<UiNode>>>,
}Fields§
§lhs: Box<LogicNode<Handle<UiNode>>>Left argument.
rhs: Box<LogicNode<Handle<UiNode>>>Right argument.