Axiom.SceneManagers.Bsp.BspGeometry.GetCustomParameter C# (CSharp) Method

GetCustomParameter() public method

Gets the custom value associated with this Renderable at the given index.
public GetCustomParameter ( int index ) : Vector4
index int
return Vector4
		public Vector4 GetCustomParameter( int index )
		{
			return new Vector4( 0, 0, 0, 0 );
		}