AcTools.Render.Kn5Specific.Utils.CarLight.OnEnabledChanged C# (CSharp) Méthode

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( bool value ) : void
value bool
Résultat void
        protected virtual void OnEnabledChanged(bool value) {
            Node?.SetEmissive(_isEnabled ? Emissive : (Vector3?)null);
        }