コード例 #1
0
ファイル: Skeleton.cs プロジェクト: AlexWerff/GestureSystem
        public Joint GetJoint(String name)
        {
            Joint joint = null;

            Joints.TryGetValue(name, out joint);
            return(joint as Joint);
        }