iTween.Count C# (CSharp) Method

Count() public static method

Count all iTweens in current scene.
public static Count ( ) : int
return int
    public static int Count()
    {
        return(tweens.Count);
    }

Same methods

iTween::Count ( GameObject target ) : int
iTween::Count ( GameObject target, string type ) : int
iTween::Count ( string type ) : int
iTween