Experimental: this API is experimental and might be changed or removed in the future.

PropertySceneHandle.IsResolved

切换到手册
public bool IsResolved (Experimental.Animations.AnimationStream stream);

参数

stream用于管理此句柄的 AnimationStream

返回

bool 如果已解析句柄,则返回 true,否则返回 false

描述

返回有关是否已解析句柄的信息。

如果 PropertySceneHandle 有效并且绑定到属性,则会对其进行解析。如果属性不再存在(例如,已删除组件),则 PropertySceneHandle 可能变为未解析状态。

另请参阅:ResolveIsValid