AcTools.Render.Kn5Specific.Utils.CarLight.OnEnabledChanged C# (CSharp) Method

OnEnabledChanged() protected method

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