This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
libtf:documentation:api:settings [2018/04/18 20:00] – lee | libtf:documentation:api:settings [2024/06/19 20:19] (current) – removed lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[libtf: | ||
- | |||
- | |||
- | ====== LibTF.Settings ====== | ||
- | |||
- | This object contains the settings that control various default behaviors of the library. | ||
- | |||
- | Settings should be manipulated at initialization time, and left alone during runtime. | ||
- | |||
- | ===== Fields ===== | ||
- | |||
- | ==== LibTF.Settings.defaultApplyTransformationsImmediately ==== | ||
- | |||
- | * **Access:** Read-Write. | ||
- | * **Type:** Boolean. | ||
- | |||
- | This setting turns immediate transformations on or off. If set to True, then all calls to // | ||
- | |||
- | |||
- | [[libtf: | ||