MCPcopy Create free account

hub / github.com/PhaestusFox/bevy_sprite_animation / functions

Functions202 in github.com/PhaestusFox/bevy_sprite_animation

↓ 26 callersMethodto_string
(&self)
src/nodes/script_node.rs:222
↓ 23 callersFunctionget_hasher
()
src/lib.rs:9
↓ 23 callersMethodhash
(&self, state: &mut H)
src/attributes.rs:29
↓ 22 callersMethodnext
(&mut self)
src/serde.rs:309
↓ 21 callersMethodto_static
(&self)
src/node_id.rs:277
↓ 17 callersMethodset_attribute
sets an Attribute to a specific type and val
src/state.rs:79
↓ 16 callersMethodclone
(&self)
src/node_id.rs:288
↓ 14 callersMethoditer
(&self)
src/nodes/reference_node.rs:15
↓ 13 callersMethodtrim
(&mut self)
src/serde.rs:273
↓ 10 callersMethodfile_position
(&self)
src/serde.rs:223
↓ 10 callersFunctionget_node_hash
(name: &T)
src/lib.rs:14
↓ 6 callersFunctionhandle_to_node
(handle: HandleId)
src/node_id.rs:314
↓ 6 callersMethodid
(&self)
src/lib.rs:164
↓ 5 callersMethodload
( &'a self, bytes: &'a [u8], load_context: &'a mut bevy::asset::LoadContext, )
src/serde.rs:49
↓ 5 callersMethodpeek
(&mut self)
src/serde.rs:282
↓ 5 callersMethodset
(&mut self, value: Box<dyn Reflect>)
src/lib.rs:123
↓ 4 callersMethodadd_offset
(self, offset: Position)
src/error.rs:54
↓ 4 callersMethodclone
(&self)
src/attributes.rs:63
↓ 4 callersMethodextract_till
(&mut self, last: char)
src/serde.rs:230
↓ 4 callersMethodindex
get the usize for an index panics if given something other then Index or IndexId return 0 if index does not exist or is wrong type
src/state.rs:111
↓ 4 callersMethodrun
(&self, state: &mut crate::state::AnimationState)
src/lib.rs:161
↓ 3 callersMethodadd
(&mut self, key: KeyCode)
src/dot.rs:20
↓ 3 callersMethodframe_time
(&self)
src/nodes/fps_node.rs:37
↓ 3 callersMethodset_temporary
Will clear this Attribute if it is not set each frame
src/state.rs:90
↓ 2 callersMethodas_any
(&self)
src/lib.rs:99
↓ 2 callersMethodattribute
(&self, key: &Attribute)
src/state.rs:58
↓ 2 callersMethodchanged
retrun a bool based on if the Attribute has changed this frame
src/state.rs:95
↓ 2 callersMethoddot
(&self, out: &mut String)
src/node_id.rs:295
↓ 2 callersMethodid
(&self)
src/nodes/reference_node.rs:33
↓ 2 callersMethodis_index
(&self)
src/attributes.rs:92
↓ 2 callersMethodname_or_id
Returns the name of the Attribute or Index or its hash id if the name has been errased You should used name if you only want the name since this will
src/attributes.rs:228
↓ 2 callersMethodserialize
(&self, data: &mut String, asset_server: &AssetServer)
src/lib.rs:171
↓ 2 callersMethodtype_name
(&self)
src/lib.rs:87
↓ 1 callersMethodchange
(&mut self, attribute: Attribute)
src/state.rs:100
↓ 1 callersMethodclear_attribute
removes the data from an Attribute and forgets its type
src/state.rs:105
↓ 1 callersMethodcmp
(&self, other: &Self)
src/node_id.rs:18
↓ 1 callersMethoddeserialize
(deserializer: D)
src/node_id.rs:39
↓ 1 callersFunctionexecute_dot
(dot: &str, format: &str)
src/dot.rs:59
↓ 1 callersMethodextract_data_min_one_open
(&mut self, open: char, close: char)
src/serde.rs:286
↓ 1 callersMethodextract_id
(&mut self)
src/serde.rs:253
↓ 1 callersMethodextract_type
(&mut self)
src/serde.rs:241
↓ 1 callersMethodget_attribute
(&self, key: &Attribute)
src/state.rs:68
↓ 1 callersMethodget_index
try get the usize for an index return None if given something other then Index or IndexId return 0 if index does not exist or is wrong type
src/state.rs:118
↓ 1 callersMethodget_registration
(&self)
src/state.rs:15
↓ 1 callersMethodget_variant
(&self)
src/attributes.rs:239
↓ 1 callersMethodid
(&self)
src/nodes/variable_node.rs:79
↓ 1 callersMethodid
(&self)
src/nodes/index_node.rs:71
↓ 1 callersFunctionif_condishion
(state: &AnimationState, lhs: &Token, op: &Token, rhs: &Token)
src/nodes/script_node.rs:529
↓ 1 callersFunctionload_node
( type_registry: &AppTypeRegistry, input: &mut InputIter<'a>, load_context: &mut bevy::asset::Load
src/serde.rs:58
↓ 1 callersFunctionload_tree
( loader: &BevyNodeLoader, bytes: &'a [u8], load_context: &'a mut bevy::asset::LoadContext<'b>, )
src/serde.rs:80
↓ 1 callersMethodname
Returns the name of the Attribute or Index will return None if the name has been errased
src/attributes.rs:218
↓ 1 callersFunctionopen_dot
(dot: &str, path: &str)
src/dot.rs:79
↓ 1 callersFunctionregistor_nodes
(app: &mut App)
src/nodes/mod.rs:20
↓ 1 callersMethodset_from_ron
( &mut self, attribute: &Attribute, s: &str, )
src/state.rs:130
↓ 1 callersMethodset_id
(&mut self, id: NodeId<'_>)
src/lib.rs:177
↓ 1 callersMethodtest
(&self)
src/dot.rs:17
↓ 1 callersMethodvisit_string
(self, v: String)
src/attributes.rs:335
↓ 1 callersMethodvisit_string
(self, v: String)
src/node_id.rs:110
Functionadd_nodes_to_assets
( node_channel: NonSend<NodeWorldChannel>, mut nodes: ResMut<Assets<AnimationNode>>, )
src/serde.rs:15
Functionanimation_system
( nodes: Res<Assets<AnimationNode>>, mut query: Query<(&mut state::AnimationState, &mut Handle<Image>,
src/lib.rs:217
Methodapply
(&mut self, value: &dyn Reflect)
src/lib.rs:119
Methodas_any_mut
(&mut self)
src/lib.rs:103
Methodas_reflect
(&self)
src/lib.rs:111
Methodas_reflect_mut
(&mut self)
src/lib.rs:115
Functionassert_eq
()
src/attributes.rs:398
Functionassert_eq
()
src/node_id.rs:158
Methodbuild
(&self, app: &mut App)
src/serde.rs:9
Methodbuild
(&self, app: &mut App)
src/lib.rs:55
Methodbuild
(&self, app: &mut App)
examples/zombie.rs:15
Functionclear_changed
(mut states: Query<&mut AnimationState>)
src/state.rs:166
Functionclear_unchanged_temp
(mut states: Query<&mut AnimationState>)
src/state.rs:151
Methodclone_value
(&self)
src/lib.rs:139
Methoddebug
(&self, f: &mut std::fmt::Formatter<'_>)
src/node_core.rs:23
Methoddeep_clone
(&self)
src/attributes.rs:106
Methoddefault
()
src/dot.rs:11
Methoddefault
()
src/state.rs:38
Methoddefault
()
src/node_id.rs:224
Methoddefault
()
examples/zombie.rs:58
Methoddeserialize
(deserializer: D)
src/attributes.rs:257
Methoddot
(&self, this: NodeId<'_>, out: &mut String, asset_server: &AssetServer)
src/lib.rs:174
Methoddot
(&self, this: NodeId<'_>, out: &mut String, asset_server: &AssetServer)
src/node_core.rs:31
Methoddot
(&self, this: NodeId<'_>, out: &mut String, _: &bevy::prelude::AssetServer)
src/nodes/scale_node.rs:67
Methoddot
(&self, this: NodeId<'_>, out: &mut String, asset_server: &bevy::prelude::AssetServer)
src/nodes/variable_node.rs:92
Methoddot
(&self, this: NodeId<'_>, out: &mut String, asset_server: &bevy::prelude::AssetServer)
src/nodes/index_node.rs:84
Methoddot
(&self, this: NodeId<'_>, out: &mut String, _: &bevy::prelude::AssetServer)
src/nodes/fps_node.rs:75
Methoddot
(&self, this: NodeId<'_>, out: &mut String, _: &bevy::prelude::AssetServer)
src/nodes/match_node.rs:105
Methoddot
(&self, this: NodeId<'_>, out: &mut String, _: &AssetServer)
src/nodes/script_node.rs:172
Methoddot
(&self, this: NodeId<'_>, out: &mut String, _: &bevy::prelude::AssetServer)
src/nodes/reference_node.rs:42
Methoddowncast_ref
(&self)
src/lib.rs:149
Methodeq
(&self, other: &Self)
src/attributes.rs:47
Methodeq
(&self, other: &Self)
src/node_id.rs:199
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
src/attributes.rs:313
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
src/node_id.rs:92
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
src/nodes/scale_node.rs:106
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
src/nodes/variable_node.rs:145
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
src/nodes/index_node.rs:136
Methodextensions
(&self)
src/serde.rs:46
Functionflip_update
(mut sprites: Query<(&AnimationState, &mut Sprite)>)
src/state.rs:172
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/lib.rs:155
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/attributes.rs:133
next →1–100 of 202, ranked by callers