SoundManager 1.0.0
 
Loading...
Searching...
No Matches
UshiSoft.SM.SoundData Class Reference

音データ More...

Properties

string Name [get]
 名前
 
AudioClip Clip [get]
 音源への参照
 
string Category [get]
 カテゴリー
 
float Volume [get]
 音量
 

Private Attributes

string _name = "Sound"
 名前
 
AudioClip _clip = null
 音源への参照
 
string _category = "SE"
 カテゴリー
 
float _volume = 1f
 音量
 

Detailed Description

音データ

Member Data Documentation

◆ _category

string UshiSoft.SM.SoundData._category = "SE"
private

カテゴリー

◆ _clip

AudioClip UshiSoft.SM.SoundData._clip = null
private

音源への参照

◆ _name

string UshiSoft.SM.SoundData._name = "Sound"
private

名前

◆ _volume

float UshiSoft.SM.SoundData._volume = 1f
private

音量

Property Documentation

◆ Category

string UshiSoft.SM.SoundData.Category
get

カテゴリー

◆ Clip

AudioClip UshiSoft.SM.SoundData.Clip
get

音源への参照

◆ Name

string UshiSoft.SM.SoundData.Name
get

名前

◆ Volume

float UshiSoft.SM.SoundData.Volume
get

音量