Fork me on GitHubEpicdominant domains
APIEpic.EnvironmentEnvironmentsChainEnvironmentsChain(array<EnvironmentChainLinkBase>[]()[][])

EnvironmentsChain Constructor (environmentsToChain)
Chain constructor.

Assembly: Epic.Core

Declaration Syntax
C#
public EnvironmentsChain(
	params EnvironmentChainLinkBase[] environmentsToChain
)
Parameters
environmentsToChain (array<EnvironmentChainLinkBase>[]()[][])
Chain links (that can't be changed after construction). The order of the items is relevant since the first that know an information will be asked for.
blog comments powered by Disqus