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.