Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlayableExtensions.GetInputCount

public static int GetInputCount(U playable);

Parameters

playable The Playable used by this operation.

Returns

int The count of inputs on the Playable.

Description

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

Did you find this page useful? Please give it a rating: