Tanoda
Leap.Unity.PipeFileSyntax Class Reference

Public Member Functions

 PipeFileSyntax (string pathMaybeWithPipes)
 
PipeFileSyntax ChangePath (string newPath)
 
override string ToString ()
 

Static Public Member Functions

static PipeFileSyntax Parse (string pathMaybeWithPipes)
 

Public Attributes

string path
 The file path, cleaned of any pipe syntax. More...
 
int numChannels = 1
 
bool combineChannels = false
 

Properties

bool didParseNumChannels [get]
 
bool didParseCombineChannels [get]
 
bool didParseAnyPipeSyntax [get]
 

Detailed Description

Definition at line 13 of file PipeFileSyntax.cs.

Constructor & Destructor Documentation

◆ PipeFileSyntax()

Leap.Unity.PipeFileSyntax.PipeFileSyntax ( string  pathMaybeWithPipes)

Definition at line 26 of file PipeFileSyntax.cs.

Member Function Documentation

◆ ChangePath()

PipeFileSyntax Leap.Unity.PipeFileSyntax.ChangePath ( string  newPath)

Definition at line 44 of file PipeFileSyntax.cs.

◆ Parse()

static PipeFileSyntax Leap.Unity.PipeFileSyntax.Parse ( string  pathMaybeWithPipes)
static

Definition at line 40 of file PipeFileSyntax.cs.

◆ ToString()

override string Leap.Unity.PipeFileSyntax.ToString ( )

Definition at line 49 of file PipeFileSyntax.cs.

Member Data Documentation

◆ combineChannels

bool Leap.Unity.PipeFileSyntax.combineChannels = false

Definition at line 19 of file PipeFileSyntax.cs.

◆ numChannels

int Leap.Unity.PipeFileSyntax.numChannels = 1

Definition at line 17 of file PipeFileSyntax.cs.

◆ path

string Leap.Unity.PipeFileSyntax.path

The file path, cleaned of any pipe syntax.

Definition at line 16 of file PipeFileSyntax.cs.

Property Documentation

◆ didParseAnyPipeSyntax

bool Leap.Unity.PipeFileSyntax.didParseAnyPipeSyntax
get

Definition at line 22 of file PipeFileSyntax.cs.

◆ didParseCombineChannels

bool Leap.Unity.PipeFileSyntax.didParseCombineChannels
get

Definition at line 20 of file PipeFileSyntax.cs.

◆ didParseNumChannels

bool Leap.Unity.PipeFileSyntax.didParseNumChannels
get

Definition at line 18 of file PipeFileSyntax.cs.


The documentation for this class was generated from the following file: