C# Class CSPspEmu.Core.Gpu.VertexInfo

ファイルを表示 Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Color CSharpPlatform.Vector4f
Normal CSharpPlatform.Vector4f
Position CSharpPlatform.Vector4f
Texture CSharpPlatform.Vector4f

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Color public_oe property

public Vector4f,CSharpPlatform Color
return CSharpPlatform.Vector4f

Normal public_oe property

public Vector4f,CSharpPlatform Normal
return CSharpPlatform.Vector4f

Position public_oe property

public Vector4f,CSharpPlatform Position
return CSharpPlatform.Vector4f

Texture public_oe property

public Vector4f,CSharpPlatform Texture
return CSharpPlatform.Vector4f