Version: 2021.2
言語: 日本語
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.

Use this templated extension method on any type that inherits from IPlayable.