Bone
Bone : Attachment
Overview
Bone์ ํ๋ฉด์ ์ง์ ํ์๋์ง๋ ์์ง๋ง, ์ ๋๋ฉ์ด์ ์ ์์ด๋ ์บ๋ฆญํฐ ๋ชจ๋ธ์ ์์ง์์ ์ ์ดํ๋ ๋ฐ ์ฌ์ฉ๋๋ ์ธ์คํด์ค์ ๋๋ค.
๊ฒ์์ด ์คํ๋๋ฉด Workspace์ ์์ฑ๋๋ ์บ๋ฆญํฐ ๋ชจ๋ธ์ ํ์ ๊ณ์ธต์์ ๋ณธ ๊ตฌ์กฐ๋ฅผ ํ์ธํ ์ ์์ผ๋ฉฐ, ์ ๋๋ฉ์ด์ ์๋ํฐ๋ฅผ ํตํด์๋ ํ์ธํ ์ ์์ต๋๋ค. ํนํ ์ ๋๋ฉ์ด์ ์๋ํฐ๋ฅผ ์ฌ์ฉํ๋ฉด ์บ๋ฆญํฐ์ ๋ณธ์ ์ง์ ์กฐ์ํ์ฌ ๋ณด๋ค ์ฝ๊ฒ ์ ๋๋ฉ์ด์ ์ ์ ์ํ ์ ์์ต๋๋ค.
Properties
Transform
CFrame
Bone์ CFrame์ ๊ธฐ์ค์ผ๋ก, ํ์ฌ ์ ๋๋ฉ์ด์ ์ ์ํด ์ ์ฉ๋ ์์นยทํ์ ๋ณํ๋ฅผ ๋ํ๋ด๋ ์์ฑ์ ๋๋ค.
Code Samples
local Bone = Character.Skeleton.Root.IKFootRoot.IKLeftFoot
print(Bone.Transform)
TransformedCFrame
CFrame
๋ก์ปฌ ์ขํ๊ณ์์ Bone์ CFrame ์์น์ Transform(ํ์ฌ ์ ๋๋ฉ์ด์ ์ ์ํ ์คํ์ )์ ํฉ์น ์ต์ข CFrame ๊ฐ์ ์ ๊ณตํฉ๋๋ค.
Code Samples
local Bone = Character.Skeleton.Root.IKFootRoot.IKLeftFoot
print(Bone.TransformedCFrame)
TransformedWorldCFrame
CFrame
์๋ ์ขํ๊ณ์์ Bone์ CFrame ์์น์ Transform(ํ์ฌ ์ ๋๋ฉ์ด์ ์ ์ํ ์คํ์ )์ ํฉ์น ์ต์ข CFrame ๊ฐ์ ์ ๊ณตํฉ๋๋ค.
Code Samples
local Bone = Character.Skeleton.Root.IKFootRoot.IKLeftFoot
print(Bone.TransformedWorldCFrame)
Methods
Events
See also
์บ๋ฆญํฐ์ ๋๋ฉ์ด์
์๋ํฐLast updated