nw::gfx::AnimInterpolator::Builder::NW_DEPRECATED_FUNCTION_MSG Member Function

Syntax

NW_DEPRECATED_FUNCTION_MSG(
     Builder & IsOldMethodbool isOldMethod,
     "AnimIntepolator::IsOldMethod() is deprecated. Use IgnoreNoAnimMember()"
);

Arguments

Name Description
IsOldMethodbool isOldMethod

Return Values

Description

Sets whether to restore the correction method used in Version 1.0.1 and earlier.

The interpolation method used in version 1.0.1 and earlier is the same as that when true is specified to IgnoreNoAnimMember(). This function is an alias of IgnoreNoAnimMember().

This setting will be removed from version 1.3.0 and later.


CONFIDENTIAL