nw::gfx::BindResult Enumerated Typeenum BindResult;
| Value | Description |
|---|---|
| BIND_RESULT_OK | Indicates that binding succeeded and that all members are bound. |
| BIND_RESULT_NOT_ALL_ANIM_MEMBER_BOUND | Indicates that binding succeeded, but there are unbound animation members. |
| BIND_RESULT_NO_MEMBER_BOUND | Indicates that thereare no bound members. |
Definition of animation binding result. Used by the Result class.
CONFIDENTIAL