GAudio.AGATPulsedPattern.Awake C# (CSharp) Méthode

Awake() protected méthode

protected Awake ( ) : void
Résultat void
        protected override void Awake()
        {
            base.Awake();

            _sampleCount = UpdatedSampleCount();

            if( _player == null )
            {
                _player = GATManager.DefaultPlayer;
            }
        }