Version: 2021.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.