2021년 4학년 1학기 기업연계프로젝트2
컴퓨터소프트웨어공학과 <원광투어팀>
팀장 : 송유진
팀원 : 김나영, 이경희, 한유진
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//======= Copyright (c) Valve Corporation, All rights reserved. ===============
namespace Valve.VR{ public class SteamVR_Input_Generator_Names { public const string fullActionsClassName = "Valve.VR.SteamVR_Actions"; public const string actionsClassName = "SteamVR_Actions";
public const string preinitializeMethodName = "PreInitialize";
public const string actionsFieldName = "actions"; public const string actionsInFieldName = "actionsIn"; public const string actionsOutFieldName = "actionsOut"; public const string actionsVibrationFieldName = "actionsVibration"; public const string actionsPoseFieldName = "actionsPose"; public const string actionsBooleanFieldName = "actionsBoolean"; public const string actionsSingleFieldName = "actionsSingle"; public const string actionsVector2FieldName = "actionsVector2"; public const string actionsVector3FieldName = "actionsVector3"; public const string actionsSkeletonFieldName = "actionsSkeleton"; public const string actionsNonPoseNonSkeletonIn = "actionsNonPoseNonSkeletonIn"; public const string actionSetsFieldName = "actionSets"; }}
|