Version: 2023.2
언어: 한국어
public static bool IsValid (U playable);

파라미터

playable The Playable used by this operation.

반환

bool True if the Playable is properly constructed by the PlayableGraph and has not been destroyed, false otherwise.

설명

Returns the vality of the current Playable.

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