nw::gfx::BindResult Enumerated Type

Syntax

enum BindResult;

Value

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.

Description

Definition of animation binding result. Used by the Result class.


CONFIDENTIAL