C# Class SubRingDiskController, VRpportunity

Inheritance: MonoBehaviour
Datei anzeigen Open project: CodeScience/VRpportunity Class Usage Examples

Public Properties

Property Type Description
change bool
nameToDegreeDict float>.Dictionary

Public Methods

Method Description
processRotataion ( ) : void
setRingRotation ( ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
animateRotation ( Transform disk, float targetOffset ) : IEnumerator
findTopPriority ( ) : void
processStep2 ( List blockTransforms ) : void
shiftBlockBack ( Transform blockTransform, Vector3 targetPostion, float startTime, float journeyLength, float fract, List blockTransforms ) : IEnumerator
shiftBlockLeft ( Transform blockTransform, Vector3 targetPostion, float startTime, float journeyLength, float fract, List blockTransforms ) : IEnumerator
shiftBlockRight ( Transform blockTransform, Vector3 targetPostion, float startTime, float journeyLength, float fract ) : IEnumerator
shiftBlocksForward ( Transform blockTransform, Vector3 targetPostion, float startTime, float journeyLength, float fract ) : IEnumerator
updateBlockColor ( ) : void
updateBlockPositionOrder ( BlockController>.Dictionary blockTransformToControllerDict ) : void

Method Details

processRotataion() public method

public processRotataion ( ) : void
return void

setRingRotation() public method

public setRingRotation ( ) : void
return void

Property Details

change public_oe property

public bool change
return bool

nameToDegreeDict public_oe static_oe property

public static Dictionary nameToDegreeDict
return float>.Dictionary