Click or drag to resize

StrixReplicatorSettings Class

A scriptable object holding a list of all the replicators in the project.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      SoftGear.Strix.Unity.RuntimeStrixReplicatorSettings

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class StrixReplicatorSettings : ScriptableObject

The StrixReplicatorSettings type exposes the following members.

Constructors
  NameDescription
Public methodStrixReplicatorSettings
Initializes a new instance of the StrixReplicatorSettings class
Top
Fields
  NameDescription
Public fieldreplicators
A list of all the replicators in the project.
Top
See Also