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