v1.0.0
Latest
2022.3+
Struct BuildId
Represents a type-safe Build ID
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
Syntax
public struct BuildId
Properties
Id
The numerical value of the Build
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |