MCPcopy Create free account

hub / github.com/bhouston/behave-graph / functions

Functions420 in github.com/bhouston/behave-graph

↓ 2 callersFunctionvec3FromArray
( array: Float32Array | number[], offset = 0, result = new Vec3() )
packages/scene/src/Values/Internal/Vec3.ts:90
↓ 2 callersFunctionvec3Subtract
(a: Vec3, b: Vec3, result = new Vec3())
packages/scene/src/Values/Internal/Vec3.ts:48
↓ 2 callersFunctionvec4Equals
( a: Vec4, b: Vec4, tolerance: number = EPSILON )
packages/scene/src/Values/Internal/Vec4.ts:32
↓ 2 callersFunctionvec4FromArray
( array: Float32Array | number[], offset = 0, result = new Vec4() )
packages/scene/src/Values/Internal/Vec4.ts:84
↓ 2 callersFunctionvec4Length
(a: Vec4)
packages/scene/src/Values/Internal/Vec4.ts:60
↓ 2 callersFunctionvec4Mix
( a: Vec4, b: Vec4, t: number, result = new Vec4() )
packages/scene/src/Values/Internal/Vec4.ts:70
↓ 2 callersFunctionvec4Negate
(a: Vec4, result = new Vec4())
packages/scene/src/Values/Internal/Vec4.ts:57
↓ 2 callersFunctionvec4Normalize
(a: Vec4, result = new Vec4())
packages/scene/src/Values/Internal/Vec4.ts:63
↓ 1 callersFunctionGetSceneProperty
(valueTypeNames: string[])
packages/scene/src/Nodes/Queries/GetSceneProperty.ts:5
↓ 1 callersFunctionSetSceneProperty
(valueTypeNames: string[])
packages/scene/src/Nodes/Actions/SetSceneProperty.ts:5
↓ 1 callersMethodaddOnClickedListener
( jsonPath: string, callback: (jsonPath: string) => void )
packages/scene/src/Abstractions/IScene.ts:6
↓ 1 callersFunctionapplyMaterialModifier
( property: string, materialRef: Material, value: any )
packages/scene/src/buildScene.ts:185
↓ 1 callersFunctionapplyNodeModifier
(property: string, objectRef: Object3D, value: any)
packages/scene/src/buildScene.ts:160
↓ 1 callersFunctionapplyPropertyToModel
( { resource, index, property }: Path, gltf: GLTF & ObjectMap, value: any, properties: Properties, s
packages/scene/src/buildScene.ts:81
↓ 1 callersFunctionautoLayout
(nodes: Node[], edges: Edge[])
packages/flow/src/util/autoLayout.ts:3
↓ 1 callersFunctionbuildGraph
(object: Group)
packages/scene/src/loadScene.ts:9
↓ 1 callersFunctionbuildPage
( node: INode, specJSON: NodeSpecJSON, displayDynamicInputsOutputsLegend: boolean )
website/scripts/generate-dynamic-pages/templates/node.ts:6
↓ 1 callersFunctionbuildScene
({ gltf, setOnClickListeners, setActiveAnimations }: { gltf: GLTF & ObjectMap; setOnClickListeners:
packages/scene/src/buildScene.ts:352
↓ 1 callersFunctioncalculateNewEdge
( originNode: Node, destinationNodeType: string, destinationNodeId: string, connection: OnConnectStart
packages/flow/src/util/calculateNewEdge.ts:7
↓ 1 callersFunctionclamp
(a: number, min: number, max: number)
packages/core/src/mathUtilities.ts:24
↓ 1 callersFunctioncreatePropertyChoice
( resource: string, name: string, property: string, index: number )
packages/scene/src/buildScene.ts:289
↓ 1 callersFunctioneulerToMat3
(euler: Vec3, result = new Mat3())
packages/scene/src/Values/Internal/Mat3.ts:291
↓ 1 callersFunctioneulerToMat4
(e: Vec3, result = new Mat4())
packages/scene/src/Values/Internal/Mat4.ts:579
↓ 1 callersFunctionexampleTemplate
(name: string, graph: string)
website/scripts/generate-dynamic-pages/generate-pages-from-examples.ts:12
↓ 1 callersFunctionexecGraph
({ jsonPattern, programOptions }: { jsonPattern: string; programOptions: ProgramOptions; })
apps/exec-graph/src/index.ts:33
↓ 1 callersMethodexecuteStep
()
packages/core/src/Execution/Fiber.ts:61
↓ 1 callersFunctionextractProperties
(gltf: ParsableScene)
packages/scene/src/buildScene.ts:242
↓ 1 callersFunctiongenerateNodePages
( nodes: NodeDefinition[], baseDir: string, nodeSpecJson: NodeSpecJSON[], graph: IGraph )
website/scripts/generate-dynamic-pages/generate-pages-from-registry.ts:71
↓ 1 callersFunctiongenerateRaycastableChoices
(properties: Properties)
packages/scene/src/buildScene.ts:327
↓ 1 callersFunctiongenerateSettableChoices
(properties: Properties)
packages/scene/src/buildScene.ts:317
↓ 1 callersFunctiongenerateValuePages
(values: ValueType[], baseDir: string)
website/scripts/generate-dynamic-pages/generate-pages-from-registry.ts:18
↓ 1 callersFunctiongetCoreStringConversions
(values: ValueTypeMap)
packages/core/src/Profiles/Core/registerCoreProfile.ts:50
↓ 1 callersFunctiongetCustomNodeTypes
(allSpecs: NodeSpecJSON[])
packages/flow/src/hooks/useCustomNodeTypes.tsx:8
↓ 1 callersFunctiongetExamplesRecursive
(dir: string)
website/scripts/generate-dynamic-pages/generate-pages-from-examples.ts:20
↓ 1 callersFunctiongetOutputSocketKeys
({ outputs, config, graph }: { outputs: TSockets; config: NodeConfiguration; graph: IGraph; })
packages/core/src/Nodes/testUtils.ts:163
↓ 1 callersFunctiongetPairs
(arr1: T[], arr2: U[])
packages/flow/src/components/Node.tsx:16
↓ 1 callersFunctiongetPairs
(arr1: T[], arr2: U[])
website/src/components/NodePreview/Node.tsx:11
↓ 1 callersFunctiongetPropertyFromModel
( { resource, index, property }: Path, gltf: GLTF & ObjectMap, properties: Properties )
packages/scene/src/buildScene.ts:139
↓ 1 callersFunctiongetPropertyValue
(property: string, objectRef: Object3D<Event>)
packages/scene/src/buildScene.ts:204
↓ 1 callersMethodgetRaycastableProperties
()
packages/scene/src/Abstractions/Drivers/DummyScene.ts:64
↓ 1 callersFunctiongetSceneStringConversions
( values: Record<string, ValueType> )
packages/scene/src/registerSceneProfile.ts:50
↓ 1 callersFunctionhandleClose
()
packages/flow/src/components/modals/LoadModal.tsx:56
↓ 1 callersFunctionhasPositionMetaData
(graph: GraphJSON)
packages/flow/src/util/hasPositionMetaData.ts:3
↓ 1 callersMethodinit
(engine: Engine)
packages/core/src/Nodes/EventNode.ts:43
↓ 1 callersFunctioninitialState
()
packages/scene/src/Nodes/Events/OnSceneNodeClick.ts:14
↓ 1 callersMethodisCompleted
()
packages/core/src/Execution/Fiber.ts:113
↓ 1 callersFunctionlogSeverityToLevel
(severity: LogSeverity)
packages/core/src/Diagnostics/Logger.ts:13
↓ 1 callersFunctionloopBodyIteration
(i: bigint)
packages/core/src/Profiles/Core/Flow/ForLoop.ts:24
↓ 1 callersFunctionmain
()
apps/export-node-spec/src/index.ts:21
↓ 1 callersFunctionmain
()
apps/exec-graph/src/index.ts:140
↓ 1 callersFunctionmakeInitialState
()
packages/core/src/Profiles/Core/Lifecycle/LifecycleOnEnd.ts:14
↓ 1 callersFunctionmakeInitialState
()
packages/core/src/Profiles/Core/Lifecycle/LifecycleOnTick.ts:12
↓ 1 callersFunctionmakeInitialState
()
packages/core/src/Profiles/Core/Lifecycle/LifecycleOnStart.ts:12
↓ 1 callersFunctionmakeSocketsFromArray
(sockets: SocketsList)
packages/core/src/Nodes/nodeFactory.ts:39
↓ 1 callersFunctionmakeSocketsFromMap
( socketConfig: TSockets, keys: (keyof TSockets)[], configuration: NodeConfiguration, graphApi: IGraph
packages/core/src/Nodes/nodeFactory.ts:19
↓ 1 callersFunctionmat2FromArray
( array: Float32Array | number[], offset = 0, result: Mat2 = new Mat2() )
packages/scene/src/Values/Internal/Mat2.ts:164
↓ 1 callersFunctionmat3Equals
(a: Mat3, b: Mat3, tolerance = EPSILON)
packages/scene/src/Values/Internal/Mat3.ts:96
↓ 1 callersFunctionmat3FromArray
( array: Float32Array | number[], offset = 0, result: Mat3 = new Mat3() )
packages/scene/src/Values/Internal/Mat3.ts:264
↓ 1 callersFunctionmat3Mix
( a: Mat3, b: Mat3, t: number, result = new Mat3() )
packages/scene/src/Values/Internal/Mat3.ts:252
↓ 1 callersFunctionmat3Parse
(text: string, result = new Mat3())
packages/scene/src/Values/Internal/Mat3.ts:287
↓ 1 callersFunctionmat3ToQuat
(m: Mat3, result = new Vec4())
packages/scene/src/Values/Internal/Vec4.ts:288
↓ 1 callersFunctionmat4Equals
( a: Mat4, b: Mat4, tolerance: number = EPSILON )
packages/scene/src/Values/Internal/Mat4.ts:110
↓ 1 callersFunctionmat4FromArray
( array: Float32Array | number[], offset = 0, result: Mat4 = new Mat4() )
packages/scene/src/Values/Internal/Mat4.ts:528
↓ 1 callersFunctionmat4Mix
( a: Mat4, b: Mat4, t: number, result = new Mat4() )
packages/scene/src/Values/Internal/Mat4.ts:515
↓ 1 callersFunctionmat4Orthogonal
( left: number, right: number, top: number, bottom: number, near: number, far: number, result =
packages/scene/src/Values/Internal/Mat4.ts:709
↓ 1 callersFunctionmat4Parse
(text: string, result = new Mat4())
packages/scene/src/Values/Internal/Mat4.ts:553
↓ 1 callersFunctionmat4Perspective
( left: number, right: number, top: number, bottom: number, near: number, far: number, result =
packages/scene/src/Values/Internal/Mat4.ts:666
↓ 1 callersFunctiononTick
()
packages/flow/src/hooks/useGraphRunner.ts:73
↓ 1 callersFunctionquatExp
(a: Vec4, result = new Vec4())
packages/scene/src/Values/Internal/Vec4.ts:189
↓ 1 callersFunctionquatLn
(a: Vec4, result = new Vec4())
packages/scene/src/Values/Internal/Vec4.ts:203
↓ 1 callersFunctionquatSlerp
( a: Vec4, b: Vec4, t: number, result = new Vec4() )
packages/scene/src/Values/Internal/Vec4.ts:135
↓ 1 callersFunctionquatToMat4
(q: Vec4, result = new Mat4())
packages/scene/src/Values/Internal/Mat4.ts:583
↓ 1 callersFunctionreadCustomEventsJSON
( valuesRegistry: ValueTypeMap, customEventsJson: CustomEventJSON[] )
packages/core/src/Graphs/IO/readGraphFromJSON.ts:298
↓ 1 callersFunctionreadNodeFlowsJSON
(node: INode, flowsJson: FlowsJSON)
packages/core/src/Graphs/IO/readGraphFromJSON.ts:245
↓ 1 callersFunctionreadNodeJSON
({ graph, registry, nodeJson }: { graph: IGraph; registry: IRegistry; nodeJson: NodeJSON; })
packages/core/src/Graphs/IO/readGraphFromJSON.ts:165
↓ 1 callersFunctionreadNodeParameterJSON
( valuesRegistry: ValueTypeMap, node: INode, parametersJson: NodeParametersJSON )
packages/core/src/Graphs/IO/readGraphFromJSON.ts:206
↓ 1 callersFunctionreadVariablesJSON
( valuesRegistry: ValueTypeMap, variablesJson: VariableJSON[] )
packages/core/src/Graphs/IO/readGraphFromJSON.ts:270
↓ 1 callersMethodremoveOnClickedListener
( jsonPath: string, callback: (jsonPath: string) => void )
packages/scene/src/Abstractions/IScene.ts:10
↓ 1 callersFunctionscale3ToMat4
(s: Vec3, result = new Mat4())
packages/scene/src/Values/Internal/Mat4.ts:587
↓ 1 callersFunctionsequenceIteration
(i: number)
packages/core/src/Profiles/Core/Flow/MultiGate.ts:67
↓ 1 callersFunctionsequenceIteration
(i: number)
packages/core/src/Profiles/Core/Flow/Sequence.ts:38
↓ 1 callersMethodset
(newValue: any)
packages/core/src/Values/Variables/Variable.ts:24
↓ 1 callersFunctionsleep
(durationInSeconds: number)
packages/core/src/sleep.ts:2
↓ 1 callersFunctiontoChoices
(valueChoices: Choices | undefined)
packages/core/src/Graphs/IO/writeNodeSpecsToJSON.ts:12
↓ 1 callersFunctiontoQueryableDefinitions
(definitionsMap: { [id: string]: T; })
packages/flow/src/hooks/useQueriableDefinitions.ts:4
↓ 1 callersFunctiontoVec4
(value: Vector4 | Quaternion)
packages/scene/src/buildScene.ts:27
↓ 1 callersFunctiontranslation3ToMat4
(t: Vec3, result = new Mat4())
packages/scene/src/Values/Internal/Mat4.ts:610
↓ 1 callersFunctionuseBehaveGraphFlow
({ initialGraphJson, specJson }: { initialGraphJson: GraphJSON; specJson: NodeSpecJSON[] | undefined;
packages/flow/src/hooks/useBehaveGraphFlow.ts:22
↓ 1 callersFunctionuseChangeNodeData
(id: string)
packages/flow/src/hooks/useChangeNodeData.ts:4
↓ 1 callersFunctionuseCustomNodeTypes
({ specJson }: { specJson: NodeSpecJSON[] | undefined; })
packages/flow/src/hooks/useCustomNodeTypes.tsx:17
↓ 1 callersFunctionuseFlowHandlers
({ onEdgesChange, onNodesChange, nodes, specJSON }: Pick<BehaveGraphFlow, 'onEdgesChange' | 'onNodesCh
packages/flow/src/hooks/useFlowHandlers.ts:37
↓ 1 callersFunctionuseGraphRunner
({ graphJson, autoRun = false, registry }: { graphJson: GraphJSON | undefined; autoRun?: boolean;
packages/flow/src/hooks/useGraphRunner.ts:14
↓ 1 callersFunctionuseNodePickFilters
({ nodes, lastConnectStart, specJSON }: { nodes: Node[]; lastConnectStart: OnConnectStartParams | un
packages/flow/src/hooks/useFlowHandlers.ts:17
↓ 1 callersFunctionuseNodeSpecJson
(registry: IRegistry)
packages/flow/src/hooks/useNodeSpecJson.ts:8
↓ 1 callersFunctionuseRegistry
()
apps/graph-editor/src/hooks/useRegistry.ts:10
↓ 1 callersFunctionvalidateGraph
(graph: GraphInstance)
packages/core/src/Graphs/Validation/validateGraph.ts:5
↓ 1 callersFunctionvalidateRegistry
(registry: IRegistry)
packages/core/src/validateRegistry.ts:5
↓ 1 callersFunctionvec2Add
(a: Vec2, b: Vec2, result: Vec2 = new Vec2())
packages/scene/src/Values/Internal/Vec2.ts:32
↓ 1 callersFunctionvec2Mix
( a: Vec2, b: Vec2, t: number, result = new Vec2() )
packages/scene/src/Values/Internal/Vec2.ts:62
↓ 1 callersFunctionvec2Negate
(a: Vec2, result: Vec2 = new Vec2())
packages/scene/src/Values/Internal/Vec2.ts:49
← previousnext →101–200 of 420, ranked by callers