|
The AudioSource attached to this GameObject (null if there is none attached).
audio.Play();
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
void Example() {
audio.Play();
}
}
import UnityEngine
import System.Collections
class example(MonoBehaviour):
def Example():
audio.Play()