FirstModulAR 0.1.0
Loading...
Searching...
No Matches
Procedure.cs File Reference

Classes

class  FMAR.Internal.Procedures.Procedure
 Procedures are comprised of a series of steps. Each step can be a text step, a link step, or a branching path step. Procedures can be linear, can have branching paths, and can link to other procedures. More...
 
class  FMAR.Internal.Procedures.StepBase
 Base class for all steps. Each step is a single item in a procedure. More...
 
class  FMAR.Internal.Procedures.Step
 A basic step. Can contain images, videos, and text. Most just contain text. More...
 
class  FMAR.Internal.Procedures.LinkStep
 A link step. Can link to another procedure. More...
 
class  FMAR.Internal.Procedures.BranchingPathStep
 A branching path step. Can have multiple paths. More...
 
class  FMAR.Internal.Procedures.Path
 A path in a branching path step. More...
 

Namespaces

namespace  FMAR
 
namespace  FMAR.Internal
 
namespace  FMAR.Internal.Procedures
 

Enumerations

enum  FMAR.Internal.Procedures.ProceedGesture { FMAR.Internal.Procedures.ThumbsUp , FMAR.Internal.Procedures.ThumbsDown }
 The gesture used to proceed to the next step. Usually thumbs up, but thumbs down can be used for a negative action. More...