SlideShare a Scribd company logo
Flow
Visual Scripting System
in Stingray
Flow Editing Tools
• Level Flow Editor (Window 메뉴)
• Unit Flow Editor (Unit Editor 안)
• External Flow Editor (Window 메뉴)
Flow Graph 분석
• Event Driven (이벤트 흐름)
• Query Nodes (데이터 흐름)
아웃풋 이벤트 슬롯만 있는 노드
인풋 이벤트 슬롯이 있는 노드
이벤트 슬롯이 없는 노드(쿼리 노드)
Flow Graph 예제
• Level Flow (자동문 트리거)
• Unit Flow (캐릭터 조작)
Flow Graph 작성
• Level Flow vs. Unit Flow
• 어떤 일
• 어느 시점 (이벤트 사슬)
• 필요한 데이터 (쿼리 사슬)
• 그룹
Flow Graph 디버깅
• 디버깅 노드 (플로우 에디터)
• 루아 콜백 함수 (스크립트 에디터)
Multi-Graph Flow
• External 카테고리 사용
• Flow Subroutine 노드
• External In Event 노드
• External Out Event 노드
• Input 서브 카테고리
• Output 서브 카테고리
Multi-Graph 예제
• 레벨 플로우 (camera_move_constraint)
커스텀 노드 작성
• [Project_root]/script/global.script_flow_nodes 파일
nodes = [
{
name = "Example Print"
category = "Project"
args = {
Text = "string"
}
function = "ProjectFlowCallbacks.example"
}
]
커스텀 노드 작성
• [Project_root]/script/lua/flow_callbacks.lua 파일
- 커스텀 노드의 루아 콜백 함수
ProjectFlowCallbacks = ProjectFlowCallbacks or {}
function ProjectFlowCallbacks.example(t)
local message = t.Text or ""
print("Example Node Message: " .. message)
end
스팅레이 예제
• Learning Content for Stingray
https://forums.autodesk.com/t5/stingray/l
earning-content-for-stingray/td-
p/5777858
• Game Kit
http://www.autodesk.com/campaigns/ma
kegames/game-kit
스팅레이 질문
• 온라인 카페 (한글)
http://cafe.naver.com/stingraykorea
• 포럼 (영어)
http://forums.autodesk.com/t5/stingray/b
d-p/800

More Related Content

PDF
Storytelling For The Web: Integrate Storytelling in your Design Process
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
PPTX
Stingray with Physx
PDF
Lighting in Stingray
PPTX
Lua 문법 -함수
PPTX
Lua 문법
PDF
NDC2014 랙돌을 활용한 물리기반 캐릭터 애니메이션
PDF
How to Become a Thought Leader in Your Niche
Storytelling For The Web: Integrate Storytelling in your Design Process
2024 Trend Updates: What Really Works In SEO & Content Marketing
Stingray with Physx
Lighting in Stingray
Lua 문법 -함수
Lua 문법
NDC2014 랙돌을 활용한 물리기반 캐릭터 애니메이션
How to Become a Thought Leader in Your Niche
Ad

Flow - Visual Scripting System in Stingray