返回用户文档首页
从DObject中获取与指定键关联的Vec2数组值。
Namespace: LoongCAD.UtilAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax public Vec2[] GetVec2Arr(
string key
)
Parameters
- key String
- 要获取的键。
Return Value
Vec2如果找到键且值可转换为Vec2数组,则返回转换后的Vec2数组值;否则返回Vec2空数组。
See Also