Initializes a new instance of the
AudioSlot class
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic AudioSlot(
GameObject parent,
string name
)
Public Sub New (
parent As GameObject,
name As String
)
public:
AudioSlot(
GameObject^ parent,
String^ name
)
Parameters
- parent
- Type: GameObject
[Missing <param name="parent"/> documentation for "M:Planetbase.AudioSlot.#ctor(UnityEngine.GameObject,System.String)"]
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Planetbase.AudioSlot.#ctor(UnityEngine.GameObject,System.String)"]
See Also