get => this.GetProperty(this.attenuationCutoffOverride, DefaultAttenuationCutoff, () => this.RemoteComponent.AttenuationCutoff.ToEvergine());
get => this.GetProperty(this.colorOverride, DefaultFadeColor, () => this.RemoteComponent.Color.ToEvergine());
(!string.IsNullOrEmpty(this.AccountKey) || !string.IsNullOrEmpty(this.AccessToken) || !string.IsNullOrEmpty(this.AuthenticationToken));
get => this.GetProperty(this.disableCollisionStateOverride, DefaultEnableState, () => this.RemoteComponent.DisableCollisionState);
!string.IsNullOrEmpty(this.RemoteRenderingDomain) && !string.IsNullOrEmpty(this.AccountDomain) &&