Axiom.Core.BillboardChain.Element.Element C# (CSharp) Method

Element() public method

public Element ( Vector3 position, float width, float texCoord, ColorEx color ) : System
position Vector3
width float
texCoord float
color ColorEx
return System
			public Element( Vector3 position, float width, float texCoord, ColorEx color )
			{
				this.position = position;
				this.width = width;
				this.texCoord = texCoord;
				this.color = color;
			}

Same methods

BillboardChain.Element::Element ( ) : System
BillboardChain.Element