Class CreateIsolatedWorldCommandSettings
CreateIsolatedWorld
public sealed class CreateIsolatedWorldCommandSettings : ICommand
- Inheritance
-
CreateIsolatedWorldCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
GrantUniveralAccess
Gets or sets the grantUniveralAccess
[JsonPropertyName("grantUniveralAccess")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GrantUniveralAccess { get; set; }
Property Value
- bool?
WorldName
Gets or sets the worldName
[JsonPropertyName("worldName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string WorldName { get; set; }