Skip to content

Command buffer lacks non generic accesors. #178

Open
@emelrad12

Description

For example

var component = sourceEntity.Get(type.Type);

this works fine

targetEntity.Add(component)

this does not

commandBuffer.Add(targetEntity, component)

As it is generic it assumes the object is well object and doesn't figure out the type.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions