Version: 2020.1
언어: 한국어
public static int GetInputCount (U playable);

파라미터

playable The Playable used by this operation.

반환

int The count of inputs on the Playable.

설명

Returns the number of inputs supported by the Playable.

The input count includes slots that aren't connected to anything. This is equivalent to, but much faster than calling GetInputs().Length.

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