Skip to content

类型名字冲突问题。 #19

@GraphicGame

Description

@GraphicGame

假定原生代码中有个类,类名字叫:ThisIsNativeClass,并且已注册在脚本系统中使用了。
那么如下脚本无法编译通过:
public class TestTypeNameConfliction {
//这一行无法编译通过,这个函数名和已注册的类名相同。
public void ThisIsNativeClass() {

 }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions