Function ix_spawn_entity

Source
pub fn ix_spawn_entity(
    program_id: &Pubkey,
    region: Region,
    entity: Entity,
    components: BTreeMap<Component, ComponentValue>,
    nonce: u64,
    bump: u8,
    instance: &Pubkey,
    instance_authority: &Pubkey,
    world: &Pubkey,
) -> Instruction