LoadSound abstract method

SoundStructType LoadSound(
  1. String fileName
)

Load sound from file

Implementation

SoundStructType LoadSound(
  String fileName,
);