Click or drag to resize

IVIZZARDServiceUpdateSimulationKey Method

시뮬레이션 키 수정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void UpdateSimulationKey(
	int nSimulationKeyID,
	string strTitle,
	bool bUseEffect,
	string strAxis,
	float fEffectTime,
	float fEffectDistance,
	EffectDistanceType eDistanceType,
	DateTime dtDate
)

Parameters

nSimulationKeyID
Type: SystemInt32
시뮬레이션 키 ID
strTitle
Type: SystemString
이름
bUseEffect
Type: SystemBoolean
효과 사용 여부
strAxis
Type: SystemString
fEffectTime
Type: SystemSingle
효과 시간
fEffectDistance
Type: SystemSingle
효과 거리
eDistanceType
Type: SHConnectorEffectDistanceType
효과 거리 타입
dtDate
Type: SystemDateTime
공정 날짜
See Also