Logic Toolkit Documentation 1.2
Manual
Script Reference
Official Site
Asset Store
  • Script Reference
    • LogicToolkit
      • Types
        • ActionComponent
        • ActivatableComponent
        • ActivatableNode
        • AssetInfo
        • AsyncOperationComponent<TAsyncOperation>
        • Blackboard
        • BlackboardAsset
        • BlackboardDataLink
        • BlackboardDataLinkReference
        • BreakNode
        • ByteLerp
        • CharLerp
        • ColorLerp
        • CompareUtility
        • CompleteNode
        • ComponentConstantContainer<T>
        • ComputeNodeBase
        • ConstantContainer<T>
        • ContinueNode
        • ConvertNode
        • DataPort
        • DataPort<T>
        • DataPortWithType
        • DoubleLerp
        • EaseBase
        • EvaluateComponent
        • EventComponent
        • EventInterfaceAsset
        • ExecuteNode
        • ExitNode
        • FloatLerp
        • FlowExitNode
        • GameObjectConstantContainer
        • InputComponent<T>
        • InputDataPort<T>
        • InputDataPortWithType
        • InputField<T>
        • InputField<TValue, TContainer>
        • InputFieldBase
        • InputFieldBase<T>
        • InputFieldUtility
        • InputGameObject
        • InputList<T>
        • InputQuaternion
        • InputSystemType
        • Interpolator<T>
        • IntLerp
        • ListAccessorUtility
        • LogicAsset
        • LogicBehavior
        • LogicController
        • LogicPlayer
        • LogicPlayerBase
        • LongLerp
        • Node
        • NodeComponent
        • NodeGraph
        • OutputDataPort<T>
        • OutputDataPortWithType
        • OutputExecutePort
        • OutputTransitionPort
        • Port
        • PortBase
        • ProgressPlayer
        • QuaternionLerp
        • QuaternionSlerp
        • RefArgument<T, TInputField>
        • SByteLerp
        • SerializableType
        • ServiceComponent
        • ServiceNode
        • ServiceNodeBase
        • ShortLerp
        • TaskComponent
        • Timer
        • TransitionalPort
        • TweenComponent<TTarget, TInputField, T>
        • TweenComponentBase<T>
        • TypeUtility
        • UIntLerp
        • ULongLerp
        • UniqueId
        • UShortLerp
        • ValueContainer<T>
        • ValueFlowExtensions
        • Variable
        • Variable<T>
        • VariableBase<T>
        • VariableList<T>
        • VariableOverrideAsset
        • VariableReference
        • Vector2IntLerp
        • Vector2Lerp
        • Vector3IntLerp
        • Vector3Lerp
        • Vector3Slerp
        • Vector4Lerp
        • WaitForSeconds
        • Wire
      • Interfaces
        • ICheckRecompute
        • IEasingFunction
        • IInputDataPort
        • IInputDataPortBase
        • IInputPort
        • IListAccessor
        • IOutputDataPort
        • IOutputPort
        • IPauseReceiver
        • IProgressComponent
        • IUpdateReceiver
        • IValueContainer
        • IValueContainer<T>
        • IValueGetter
        • IValueGetter<T>
        • IValueSetter
        • IValueSetter<T>
        • IValueTryGetter
        • IValueTrySetter
      • Enums
        • BlackboardDataLinkShareType
        • BlackboardSource
        • ComparisonOp
        • EasingMode
        • FieldPlacement
        • MemberIconKind
        • PlayState
        • RecomputeMode
        • TaskStatus
        • TimerType
      • Attributes
        • AllowedTypesAttribute
        • ConstantColorUsageAttribute
        • ConstantDelayedAttribute
        • ConstantGradientUsageAttribute
        • ConstantMinAttribute
        • ConstantPropertyAttribute
        • ConstantRangeAttribute
        • ConstantTextAreaAttribute
        • DefaultRecomputeModeAttribute
        • DisallowedTypesAttribute
        • DontUseComputeAttribute
        • FieldOrderAttribute
        • FieldPlacementAttribute
        • FixedRecomputeModeAttribute
        • FixedTitleNameAttribute
        • HideInTypePopupAttribute
        • HideInVariableMenuAttribute
        • HideResultFieldAttribute
        • HideTypeInVariableMenuAttribute
        • IgnoreGeneratorAttribute
        • MemberIconAttribute
        • MenuKeywordsAttribute
        • MenuNameAttribute
        • ScriptGeneratedAttribute
        • ValueTypeAttribute
    • LogicToolkit.BehaviorTrees
      • Types
        • Decorator
        • EvaluateDecorator
        • LoopCheckDecorator
        • ResultChangeDecorator
      • Interfaces
        • IAbortReceiver
      • Enums
        • AbortFlags
    • LogicToolkit.Editors
      • Types
        • AdvancedMenu
        • AdvancedMenuItem
        • BaseFieldExt<TValueType>
        • BasePopupFieldExt<TValueType>
        • ComponentMenuCreator
        • ConstantPropertyDrawer
        • FieldAssignor
        • GraphEditor
        • InputFieldElementBase
        • InputFieldElementUtility
        • NodeComponentEditor
        • NodeContentContainer
        • NodeEditor
        • PooledObject<T>
        • PortConnector
        • PortField
        • PortFieldAssignor
        • SerializableTypeField
        • SerializableTypeProperty
        • TypeMenuCreator
        • TypeMenuInfo
      • Interfaces
        • IBindItem
        • IConnectPortToComponentContext
        • IDataPortConnector
        • ITypeMenuContext
      • Enums
        • AssemblySources
        • PortType
        • TypeFilters
      • Attributes
        • CustomAttribute
        • CustomNodeComponentEditor
        • CustomNodeEditor
        • CustomTypeMenuCreator
    • LogicToolkit.StateMachines
      • Types
        • OutputSignalPort
      • Enums
        • SignalExpiration
  • Description
  • Properties
  1. Home
  2. Script Reference
  3. LogicToolkit
  4. Enums
  5. TimerType

TimerType

Enum in LogicToolkit

Description

Time Type

Properties

Property Name Description
Normal Use Time.time.
Unscaled Use Time.unscaledTime.
Fixed Use Time.fixedTime.
FixedUnscaled Use Time.fixedUnscaledTime.
Realtime Use Time.realtimeSinceStartup.
© 2024 caitsithware