Adds SpriteText settings folder into dat.gui.
- Copyright:
- 2011 Data Arts Team, Google Creative Lab
- License:
- under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
- Source:
- See:
Methods
(static) SpriteTextGui(group, optionsopt, guiParamsopt) → {GUI}
Adds SpriteText settings folder into dat.gui.
Parameters:
Name | Type | Attributes | Default | Description | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
group |
THREE.Group | THREE.Scene | THREE.Sprite | THREE.Group or THREE.Scene of the SpriteText and of all child groups of the SpriteText for which these settings will have an effect. Or Sprite returned from new SpriteText(...). | |||||||||||||||||||||||||||||||||||||
options |
Options |
<optional> |
See the options parameter of the MyThree class.
Properties
|
||||||||||||||||||||||||||||||||||||
guiParams |
object |
<optional> |
{} | Followed parameters is allowed. Default is no parameters
Properties
|
- Source:
Returns:
sprite folder
- Type
- GUI