Method | Description | |
---|---|---|
Connect ( |
||
Connect ( |
||
Disconnect ( |
||
Dispose ( ) : void | ||
Equals ( object p ) : bool | ||
GetHashCode ( ) : int | ||
GetInputWeight ( int inputIndex ) : float | ||
GetInputs ( List |
||
GetOutputs ( List |
||
OnSetPlayState ( PlayState newState ) : void | ||
OnSetTime ( float localTime ) : void | ||
Playable ( ) : System | ||
PrepareFrame ( |
||
ProcessFrame ( |
||
SetInputWeight ( int inputIndex, float weight ) : bool | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
CheckInputBounds ( int inputIndex ) : bool | ||
CheckInputBounds ( int inputIndex, bool acceptAny ) : bool | ||
CheckPlayableValidity ( |
||
ClearInputs ( ) : void | ||
CompareIntPtr ( |
||
ConnectInternal ( |
||
DisconnectInternal ( |
||
Dispose ( bool disposing ) : void | ||
GenerateUniqueId ( ) : int | ||
GetInput ( int inputPort ) : |
||
GetInputWeightInternal ( int inputIndex ) : float | ||
GetInputs ( ) : UnityEngine.Experimental.Director.Playable[] | ||
GetInputsInternal ( object list ) : void | ||
GetOutput ( int outputPort ) : |
||
GetOutputs ( ) : UnityEngine.Experimental.Director.Playable[] | ||
GetOutputsInternal ( object list ) : void | ||
GetUniqueIDInternal ( ) : int | ||
InstantiateEnginePlayable ( ) : void | ||
IsNativePlayableAlive ( |
||
Playable ( bool callCPPConstructor ) : System | ||
ReleaseEnginePlayable ( ) : void | ||
SetInputWeightInternal ( int inputIndex, float weight ) : bool |
public static Connect ( |
||
source | ||
target | ||
return | bool |
public static Connect ( |
||
source | ||
target | ||
sourceOutputPort | int | |
targetInputPort | int | |
return | bool |
public static Disconnect ( |
||
target | ||
inputPort | int | |
return | void |
public GetInputWeight ( int inputIndex ) : float | ||
inputIndex | int | |
return | float |
public OnSetPlayState ( PlayState newState ) : void | ||
newState | PlayState | |
return | void |
public PrepareFrame ( |
||
info | ||
return | void |
public ProcessFrame ( |
||
info | ||
playerData | object | |
return | void |
public SetInputWeight ( int inputIndex, float weight ) : bool | ||
inputIndex | int | |
weight | float | |
return | bool |