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

Method as_i32

perro_source/runtime_project/perro_scene/src/scene.rs:586–591  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

584 }
585}
586
587impl From<String> for SceneValueKey {
588 fn from(value: String) -> Self {
589 Self(Cow::Owned(value))
590 }
591}
592
593#[derive(Clone, Debug, PartialEq)]
594pub enum SceneValue {

Callers 2

set_varMethod · 0.45
apply_node_2d_fieldsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected