Share via


GKMinMaxStrategist.RandomSource Property

Definition

Gets or sets the source of randomness for the strategist.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual GameplayKit.IGKRandom? RandomSource { [Foundation.Export("randomSource", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setRandomSource:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("randomSource", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setRandomSource:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.RandomSource : GameplayKit.IGKRandom with get, set

Property Value

Implements

Attributes

Applies to