Table of Contents

Class UserEnv

Namespace
Hi.HiNcKits
Assembly
HiNc.dll

Environment of a HiNC user.

public class UserEnv
Inheritance
UserEnv
Inherited Members
Extension Methods

Properties

AdditionalStepPresentAccess

public Dictionary<string, PresentAccess> AdditionalStepPresentAccess { get; set; }

Property Value

Dictionary<string, PresentAccess>

CandidateStepPresentKeyList

Candidate Step Present Key List for display. Read only.

public List<string> CandidateStepPresentKeyList { get; }

Property Value

List<string>

DisplayedStepPresentAccessList

StepPresentAccessList for display. Read only.

public List<KeyValuePair<string, PresentAccess>> DisplayedStepPresentAccessList { get; }

Property Value

List<KeyValuePair<string, PresentAccess>>

EnablePhysics

public bool EnablePhysics { get; }

Property Value

bool

StepPresentAccessDictionary

StepPresentAccessDictionary. Read only.

public Dictionary<string, PresentAccess> StepPresentAccessDictionary { get; }

Property Value

Dictionary<string, PresentAccess>

UserConfig

public UserConfig UserConfig { get; set; }

Property Value

UserConfig