Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.Add Method 

Adds a ExpressionRoot to the end of the ExpressionRootCollection.

public virtual int Add(
   ExpressionRoot item
);

Parameters

item
The ExpressionRoot to be added to the end of the ExpressionRootCollection.

Return Value

The index at which the value has been added.

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace