Skip to content

Can't bind user-defined type if it doesn't inherit from Object #692

Open
@nongvantinh

Description

@nongvantinh

Assume that I have a class which do not inherit from anything

class UserDefineType
{
// Some properties.
};

There is no way that I can ADD_PROPERTY to use it in GDScript/C# as it requires PropertyInfo must be one of the variant type.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions