MCPcopy Create free account
hub / github.com/PerroEngine/Perro / any

Method any

perro_source/runtime_project/perro_scene/src/node_field_schema.rs:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76impl NodeRefHint {
77 pub const fn any() -> Self {
78 Self { allowed: &[] }
79 }
80
81 pub const fn many(allowed: &'static [NodeType]) -> Self {

Callers 15

has_3dFunction · 0.80
has_2dFunction · 0.80
has_typeFunction · 0.80
panim_frame_has_objectFunction · 0.80
scene_node_has_childrenFunction · 0.80
node_uses_asset_pathFunction · 0.80
picker_node_typesFunction · 0.80
collect_innerFunction · 0.80
open_projectFunction · 0.80
scan_res_pathsFunction · 0.80
set_file_folder_expandedFunction · 0.80

Calls

no outgoing calls