Class CreateIsolatedWorldCommandResponse
Response for Creates an isolated world for the given frame.
public sealed class CreateIsolatedWorldCommandResponse : ICommandResponse<CreateIsolatedWorldCommandSettings>, ICommandResponse
- Inheritance
-
CreateIsolatedWorldCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExecutionContextId
Execution context of the isolated world.
[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }