C# Class makeLineSimple, vive-holojam

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

Méthodes publiques

Свойство Type Description
detailAngle float
detailDistance float
eraseDistance float
eraseSpeed float
hashGrid List>.Dictionary
isBeingDestroyed bool
isDestroyed bool
lineWidth float
lines List
maxPoints int

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void
addNewLine ( GameObject brush ) : void
addPoint ( GameObject b ) : void
addPoints ( GameObject b, bool d ) : 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 ) : void
b GameObject
Résultat void

addPoints() public méthode

public addPoints ( GameObject b, bool d ) : void
b GameObject
d bool
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

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