Click or drag to resize

WeatherMakerSoundGroupScript Class

A profile containing multiple sounds
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerBaseScriptableObjectScript
        DigitalRuby.WeatherMakerWeatherMakerSoundGroupScript

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public class WeatherMakerSoundGroupScript : WeatherMakerBaseScriptableObjectScript

The WeatherMakerSoundGroupScript type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerSoundGroupScript
Initializes a new instance of the WeatherMakerSoundGroupScript class
Top
Properties
  NameDescription
Public propertyCanPlay
Whether the sounds can play
Public propertyhideFlags

Should the object be hidden, saved with the scene or modifiable by the user?

(Inherited from Object.)
Public propertyname

The name of the object.

(Inherited from Object.)
Public propertyParent
Parent game object to put sounds in
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID

Returns the instance id of the object.

(Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initialize
(Overrides WeatherMakerBaseScriptableObjectScriptInitialize.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDestroy
OnDestroy
(Overrides WeatherMakerBaseScriptableObjectScriptOnDestroy.)
Public methodOnDisable
OnDisable
(Overrides WeatherMakerBaseScriptableObjectScriptOnDisable.)
Public methodOnEnable
OnEnable
(Overrides WeatherMakerBaseScriptableObjectScriptOnEnable.)
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodStop
Stop sounds
Public methodToString

Returns the name of the GameObject.

(Inherited from Object.)
Public methodUpdate
Update
(Overrides WeatherMakerBaseScriptableObjectScriptUpdate.)
Top
Fields
  NameDescription
Public fieldDisabled
Whether this object is disabled
(Inherited from WeatherMakerBaseScriptableObjectScript.)
Public fieldSounds
All sounds in the group
Top
Extension Methods
  NameDescription
Public Extension MethodCachedName
Get cached name
(Defined by WeatherMakerObjectExtensions.)
Public Extension MethodSetCachedName
Put name in the cache
(Defined by WeatherMakerObjectExtensions.)
Top
See Also