Piccolo.NET

PCameraList.Insert Method 

Inserts a camera to the list at the specified position.

public void Insert(
   int index,
   PCamera camera
);

Parameters

index
The zero-based index at which the camera should be inserted.
camera
The camera to insert into the list.

See Also

PCameraList Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility