Skip to content

TextStudio3DBuildRequest

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DBuildRequest

Renderer-owned token for a coalesced deferred geometry build. Requests can be canceled only before dispatch.

public bool Equals(TextStudio3DBuildRequest other)

Parameters

Name Type
other TextStudio.ThreeD.TextStudio3DBuildRequest

Returns

System.Boolean

public override bool Equals(object obj)

Parameters

Name Type
obj System.Object

Returns

System.Boolean

public override int GetHashCode()

Returns

System.Int32

public ulong RequestId { get; }

Returns

System.UInt64

public bool IsValid { get; }

Returns

System.Boolean