EntityStore.SetRandomSeed(int).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityStore

EntityStore.SetRandomSeed(int) Method

Set the seed used to create random entity Pid's for an entity store
created with PidType == RandomPids.

public void SetRandomSeed(int seed);

Parameters

seed System.Int32

Contents

  1. 0.1Friflo.Engine.ECS.EntityStore
  2. 1EntityStore.SetRandomSeed(int) Method