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

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

ExpVector3() public méthode

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

ExpVector3() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

val public_oe property

public OpenMetaverse.Vector3 val
Résultat OpenMetaverse.Vector3