示例#1
0
 get => this.GetProperty(this.attenuationCutoffOverride, DefaultAttenuationCutoff, () => this.RemoteComponent.AttenuationCutoff.ToEvergine());
 get => this.GetProperty(this.colorOverride, DefaultFadeColor, () => this.RemoteComponent.Color.ToEvergine());
示例#3
0
 (!string.IsNullOrEmpty(this.AccountKey) || !string.IsNullOrEmpty(this.AccessToken) || !string.IsNullOrEmpty(this.AuthenticationToken));
示例#4
0
 get => this.GetProperty(this.disableCollisionStateOverride, DefaultEnableState, () => this.RemoteComponent.DisableCollisionState);
示例#5
0
 !string.IsNullOrEmpty(this.RemoteRenderingDomain) &&
 !string.IsNullOrEmpty(this.AccountDomain) &&