Class BasicConfiguratorServer
A basic server for serving configurator data and image.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.ImageServer
Syntax
public class BasicConfiguratorServer : MonoBehaviour
Fields
clearCacheBy
The clear cache by
Declaration
[HideInInspector]
[SerializeField]
public int clearCacheBy
Field Value
Type | Description |
---|---|
Int32 |
currentCacheSize
The current cache size
Declaration
[Tooltip("Read only attribute to show how much memory is currently taken by the image cache.")]
public int currentCacheSize
Field Value
Type | Description |
---|---|
Int32 |
MaxAllowHeight
The maximum allow height
Declaration
[SerializeField]
public int MaxAllowHeight
Field Value
Type | Description |
---|---|
Int32 |
MaxAllowWidth
The maximum allow width
Declaration
[SerializeField]
public int MaxAllowWidth
Field Value
Type | Description |
---|---|
Int32 |
port
The port
Declaration
[SerializeField]
public int port
Field Value
Type | Description |
---|---|
Int32 |