Show / Hide Table of Contents

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
Implements
IEmpty
Namespace: PlayEveryWare.EpicOnlineServices
Assembly: cs.temp.dll.dll
Syntax
public class EOSPluginEditorToolsConfig : ICloneableGeneric<EOSPluginEditorToolsConfig>

Fields

bootstrapperNameOverride

Declaration
public string bootstrapperNameOverride
Field Value
Type Description
System.String

Bootstrapper override nameOptional override name for EOSBootstrapper.exe

pathToDefaultCertificate

Declaration
public string pathToDefaultCertificate
Field Value
Type Description
System.String

pathToEACCertificate

Declaration
public string pathToEACCertificate
Field Value
Type Description
System.String

pathToEACIntegrityConfig

Declaration
public string pathToEACIntegrityConfig
Field Value
Type Description
System.String

pathToEACIntegrityTool

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

pathToEACPrivateKey

Declaration
public string pathToEACPrivateKey
Field Value
Type Description
System.String

pathToEACSplashImage

Declaration
public string pathToEACSplashImage
Field Value
Type Description
System.String

useEAC

Declaration
public bool useEAC
Field Value
Type Description
System.Boolean

Use EACIf enabled, making a build will run the Easy Anti-Cheat integrity tool and copy EAC files to the build directory

Methods

Clone()

Declaration
public EOSPluginEditorToolsConfig Clone()
Returns
Type Description
EOSPluginEditorToolsConfig

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
System.Boolean

Operators

Equality(EOSPluginEditorToolsConfig, EOSPluginEditorToolsConfig)

Declaration
public static bool operator ==(EOSPluginEditorToolsConfig a, EOSPluginEditorToolsConfig b)
Parameters
Type Name Description
EOSPluginEditorToolsConfig a
EOSPluginEditorToolsConfig b
Returns
Type Description
System.Boolean

Inequality(EOSPluginEditorToolsConfig, EOSPluginEditorToolsConfig)

Declaration
public static bool operator !=(EOSPluginEditorToolsConfig a, EOSPluginEditorToolsConfig b)
Parameters
Type Name Description
EOSPluginEditorToolsConfig a
EOSPluginEditorToolsConfig b
Returns
Type Description
System.Boolean

Implements

IEmpty
In This Article
Back to top Generated by DocFX