Piccolo.NET

PLayer Class

PLayer is a node that can be viewed directly by multiple camera nodes.

For a list of all members of this type, see PLayer Members.

System.Object
   PNode
      PLayer

public class PLayer : PNode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Generally child nodes are added to a layer to give the viewing cameras something to look at.

A single layer node may be viewed through multiple cameras with each camera using its own view matrix. This means that any node (since layers can have children) may be visible through multiple cameras at the same time.

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

PLayer Members | UMD.HCIL.Piccolo Namespace