v1.0.0
Latest
2022.3+

Struct BuildConfigurationId

Represents a type-safe Build Configuration 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 BuildConfigurationId

Properties

Id

The numerical value of the Build Config

Declaration
public long Id { get; set; }
Property Value
TypeDescription
System.Int64