C# Class RhinoCyclesCore.CyclesTextureImage

Show file Open project: mcneel/RhinoCycles Class Usage Examples

Public Properties

Property Type Description
Name string
TexHeight int
TexWidth int
UseAlpha bool

Public Methods

Method Description
Clear ( ) : void
CyclesTextureImage ( ) : Rhino.Render

Method Details

Clear() public method

public Clear ( ) : void
return void

CyclesTextureImage() public method

public CyclesTextureImage ( ) : Rhino.Render
return Rhino.Render

Property Details

Name public property

public string Name
return string

TexHeight public property

public int TexHeight
return int

TexWidth public property

public int TexWidth
return int

UseAlpha public property

public bool UseAlpha
return bool