WeatherMakerSoundGroupScriptParent Property |
Parent game object to put sounds in
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public GameObject Parent { get; set; }
Public Property Parent As GameObject
Get
Set
public:
property GameObject^ Parent {
GameObject^ get ();
void set (GameObject^ value);
}
member Parent : GameObject with get, set
Property Value
Type:
GameObjectSee Also