Version: 5.6
Experimental: this API is experimental and might be changed or removed in the future.

PlayableHandle.GetObject

マニュアルに切り替える
public T GetObject ();

戻り値

T The Playable represented by this handle.

説明

Returns a Playable representation of the handle.

The type cast must be or derive from Playable. The method returns null if the cast is invalid. This will allocate memory in the Mono domain.


public Experimental.Director.Playable GetObject ();

戻り値

Playable The Playable represented by this handle.

説明

Returns a Playable representation of the handle.

The method returns null if the PlayableHandle is invalid. This will allocate memory in the Mono domain.