Goblin - A Platform for 3D AR and VR Applications

ParamCollection.Add Method 

Adds a Param to the end of the ParamCollection.

public virtual int Add(
   Param item
);

Parameters

item
The Param to be added to the end of the ParamCollection.

Return Value

The index at which the value has been added.

See Also

ParamCollection Class | DDW.CSharp.Dom Namespace