AS3 中 class 的属性

Dynamic :Properties can be added at runtime.
Final: Cannot be extended.
Internal(默认): Visible to the current package.

Public: No restrictions.
原文地址:https://www.cnblogs.com/vivizhyy/p/3394927.html