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

NOTE: This is a templated extension method that can be used on any type that inherits from IPlayable