PawnController.RegisterStepSoundRegion C# (CSharp) Méthode

RegisterStepSoundRegion() private méthode

private RegisterStepSoundRegion ( StepSoundRegion, stepSoundRegion ) : void
stepSoundRegion StepSoundRegion,
Résultat void
    internal void RegisterStepSoundRegion(StepSoundRegion stepSoundRegion)
    {
        currentStepSoundRegion = stepSoundRegion;
    }