Class EOSPluginEditorToolsConfig
Represents the EOS Plugin Configuration used for values that might
vary depending on the environment that one is running Unity from.
Inheritance
System.Object
EOSPluginEditorToolsConfig
Assembly: cs.temp.dll.dll
public class EOSPluginEditorToolsConfig : ICloneableGeneric<EOSPluginEditorToolsConfig>
Fields
Declaration
public string bootstrapperNameOverride
Field Value
Type |
Description |
System.String |
Bootstrapper override name Optional override name for EOSBootstrapper.exe
|
Declaration
public string pathToDefaultCertificate
Field Value
Type |
Description |
System.String |
|
Declaration
public string pathToEACCertificate
Field Value
Type |
Description |
System.String |
|
Declaration
public string pathToEACIntegrityConfig
Field Value
Type |
Description |
System.String |
|
Declaration
public string pathToEACIntegrityTool
Field Value
Type |
Description |
System.String |
Path To EAC integrity tool The path to find the tool used for generating EAC certs
|
Declaration
public string pathToEACPrivateKey
Field Value
Type |
Description |
System.String |
|
Declaration
public string pathToEACSplashImage
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.Boolean |
Use EAC If enabled, making a build will run the Easy Anti-Cheat integrity tool and copy EAC files to the build directory
|
Methods
Declaration
public EOSPluginEditorToolsConfig Clone()
Returns
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
Returns
Type |
Description |
System.Boolean |
|
Operators
Declaration
public static bool operator ==(EOSPluginEditorToolsConfig a, EOSPluginEditorToolsConfig b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(EOSPluginEditorToolsConfig a, EOSPluginEditorToolsConfig b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
IEmpty