C# Class OpenSim.Region.OptionalModules.Scripting.PC.Compiler.ExpVector4

Inheritance: Exp
Afficher le fichier Open project: takayuki/opensim-pcproject

Méthodes publiques

Свойство Type Description
val OpenMetaverse.Vector4

Méthodes publiques

Méthode Description
ExpVector4 ( Parser yyp ) : System
ExpVector4 ( Parser yyp, float x, float y, float z, float w ) : System
ToString ( ) : string

Method Details

ExpVector4() public méthode

public ExpVector4 ( Parser yyp ) : System
yyp Tools.Parser
Résultat System

ExpVector4() public méthode

public ExpVector4 ( Parser yyp, float x, float y, float z, float w ) : System
yyp Tools.Parser
x float
y float
z float
w float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

val public_oe property

public OpenMetaverse.Vector4 val
Résultat OpenMetaverse.Vector4