[][src]Function shipyard_scenegraph::spawn_child

pub fn spawn_child(
    world: &World,
    parent: Option<EntityId>,
    translation: Option<Vec3>,
    rotation: Option<Quat>,
    scale: Option<Vec3>,
    origin: Option<Vec3>
) -> EntityId