C# 클래스 OpenSim.Region.OptionalModules.Scripting.PC.Compiler.ExpVector4

상속: Exp
파일 보기 프로젝트 열기: takayuki/opensim-pcproject

공개 프로퍼티들

프로퍼티 타입 설명
val OpenMetaverse.Vector4

공개 메소드들

메소드 설명
ExpVector4 ( Parser yyp ) : System
ExpVector4 ( Parser yyp, float x, float y, float z, float w ) : System
ToString ( ) : string

메소드 상세

ExpVector4() 공개 메소드

public ExpVector4 ( Parser yyp ) : System
yyp Tools.Parser
리턴 System

ExpVector4() 공개 메소드

public ExpVector4 ( Parser yyp, float x, float y, float z, float w ) : System
yyp Tools.Parser
x float
y float
z float
w float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

val 공개적으로 프로퍼티

public OpenMetaverse.Vector4 val
리턴 OpenMetaverse.Vector4