SSDirectionItem

Superclass:
Declared In:

Introduction

detailed information about a direction



Properties

directions

array of int = enum sscore_direction_type

hassound

true if info in sound

sound

defined if hassound = true


directions


array of int = enum sscore_direction_type

@property NSArray<NSNumber*> *directions; 

hassound


true if info in sound

@property bool hassound; 

sound


defined if hassound = true

@property sscore_sound sound;