nw::gfx::SkeletalModel::Builder::SharedSkeleton Member Function

Syntax

Builder & SharedSkeleton(
     Skeleton * sharedSkeleton
);

Arguments

Name Description
in sharedSkeleton The shared skeleton.

Return Values

Description

Sets the shared skeleton.

Ownership is not transferred. The model that created the skeleton first has ownership of the skeleton. Undefined operations will result if the model that owns the material has been destroyed first.


CONFIDENTIAL