Version: 2021.2
언어: 한국어
public static void SetDone (U playable, bool value);

파라미터

playable The Playable used by this operation.
value True if the operation is completed, false otherwise.

설명

Changes a flag indicating that a playable has completed its operation.

Use this templated extension method on any type that inherits from IPlayable.