gs.options.Options#
gs.options.Options 类是 Genesis 项目中的一个选项配置类。它用于定义和管理各种选项参数,帮助用户更方便地配置和使用 Genesis 项目中的功能。
- class genesis.options.options.Options[source]#
This is the base class for all gs.options.* classes. An Options object is a group of parameters for setting a specific component in the scene.
Note
This class should not be instantiated directly.
Tip
We build multiple classes based on this concept throughout Genesis, such as gs.options.morphs, gs.renderers, gs.surfaces, and gs.textures. Note that some of them, although inheriting from Options, are accessible directly under the gs namespace for convenience.