C# Class makeLine, vive-holojam

Inheritance: MonoBehaviour
Afficher le fichier Open project: nyu-vr-research/vive-holojam Class Usage Examples

Méthodes publiques

Свойство Type Description
color Color
detailAngle float
detailDistance float
eraseDistance float
eraseSpeed float
hashGrid List>.Dictionary
isBeingDestroyed bool
isDestroyed bool
lineWidth float
lines List
maxPoints int
wand AssemblyCSharp.WandController
wandModel GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void
addNewLine ( GameObject brush ) : void
addPoint ( GameObject b, float t ) : void
addPoints ( GameObject b, bool d, float t ) : void
clearAllLines ( ) : void
dequeueLine ( int index ) : void
getHashedCell ( Vector3 pos ) : int
getPointCount ( ) : int
getVertFromTotalIndex ( int index ) : Point
makeTexture ( ) : void
rebuildLine ( ) : void
reduceTransparency ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addNewLine() public méthode

public addNewLine ( GameObject brush ) : void
brush GameObject
Résultat void

addPoint() public méthode

public addPoint ( GameObject b, float t ) : void
b GameObject
t float
Résultat void

addPoints() public méthode

public addPoints ( GameObject b, bool d, float t ) : void
b GameObject
d bool
t float
Résultat void

clearAllLines() public méthode

public clearAllLines ( ) : void
Résultat void

dequeueLine() public méthode

public dequeueLine ( int index ) : void
index int
Résultat void

getHashedCell() public méthode

public getHashedCell ( Vector3 pos ) : int
pos Vector3
Résultat int

getPointCount() public méthode

public getPointCount ( ) : int
Résultat int

getVertFromTotalIndex() public méthode

public getVertFromTotalIndex ( int index ) : Point
index int
Résultat Point

makeTexture() public méthode

public makeTexture ( ) : void
Résultat void

rebuildLine() public méthode

public rebuildLine ( ) : void
Résultat void

reduceTransparency() public méthode

public reduceTransparency ( ) : void
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color

detailAngle public_oe property

public float detailAngle
Résultat float

detailDistance public_oe property

public float detailDistance
Résultat float

eraseDistance public_oe property

public float eraseDistance
Résultat float

eraseSpeed public_oe property

public float eraseSpeed
Résultat float

hashGrid public_oe property

public Dictionary> hashGrid
Résultat List>.Dictionary

isBeingDestroyed public_oe property

public bool isBeingDestroyed
Résultat bool

isDestroyed public_oe property

public bool isDestroyed
Résultat bool

lineWidth public_oe property

public float lineWidth
Résultat float

lines public_oe property

public List lines
Résultat List

maxPoints public_oe property

public int maxPoints
Résultat int

wand public_oe property

public WandController,AssemblyCSharp wand
Résultat AssemblyCSharp.WandController

wandModel public_oe property

public GameObject wandModel
Résultat GameObject