Photon Quantum 3.0.0

Namespaces | Classes | Enumerations
Quantum.Prototypes Namespace Reference

Classes

class  CharacterController2DPrototype
 Prototype of the CharacterController2D Quantum component. More...
 
class  CharacterController3DPrototype
 Prototype of the CharacterController3D Quantum component. More...
 
class  DistanceJoint3DConfig
 Defines a prototype of a Joint3D struct of type JointType3D.DistanceJoint. More...
 
class  DistanceJointConfig
 Defines a prototype of a Joint struct of type JointType.DistanceJoint. More...
 
class  FrameTimerPrototype
 Prototype to create a FrameTimer component. More...
 
class  HingeJoint3DConfig
 Defines a prototype of a Joint3D struct of type JointType3D.HingeJoint. More...
 
class  HingeJointConfig
 Defines a prototype of a Joint struct of type JointType.HingeJoint. More...
 
class  Joint2DConfig
 Defines a prototype of a Joint struct of any type. More...
 
class  Joint3DConfig
 Defines a prototype of a Joint3D struct of any type. More...
 
class  NavMeshAvoidanceAgentPrototype
 Prototype of the NavMeshAvoidanceAgent Quantum component. More...
 
class  NavMeshAvoidanceObstaclePrototype
 Prototype of the NavMeshAvoidanceObstacle Quantum component. More...
 
class  NavMeshPathfinderPrototype
 Prototype of the NavMeshPathfinder Quantum component. More...
 
class  NavMeshSteeringAgentPrototype
 Prototype of the NavMeshSteeringAgent Quantum component. More...
 
class  PhysicsBody2DPrototype
 Prototype of the PhysicsBody2D Quantum component. More...
 
class  PhysicsBody3DPrototype
 Prototype of the PhysicsBody3D Quantum component. More...
 
class  PhysicsCallbacks2DPrototype
 Prototype of the PhysicsCallbacks2D Quantum component. More...
 
class  PhysicsCallbacks3DPrototype
 Prototype of the PhysicsCallbacks3D Quantum component. More...
 
class  PhysicsCollider2DPrototype
 Prototype of the PhysicsCollider2D Quantum component. More...
 
class  PhysicsCollider3DPrototype
 Prototype of the PhysicsCollider3D Quantum component. More...
 
class  PhysicsJoints2DPrototype
 Prototype of the PhysicsJoints2D Quantum component. More...
 
class  PhysicsJoints3DPrototype
 Prototype of the PhysicsJoints3D Quantum component. More...
 
class  SpringJoint3DConfig
 Defines a prototype of a Joint3D struct of type JointType3D.SpringJoint. More...
 
class  SpringJointConfig
 Defines a prototype of a Joint struct of type JointType.SpringJoint. More...
 
class  Transform2DPrototype
 Prototype of the Transform2D Quantum component. More...
 
class  Transform2DVerticalPrototype
 Prototype of the Transform2DVertical Quantum component. More...
 
class  Transform3DPrototype
 Prototype of the Transform3D Quantum component. More...
 
class  ViewPrototype
 Prototype of the View Quantum component. More...
 

Enumerations

enum  FrameTimerPrototypeMode
 The mode how to keep track of the time. More...
 

Enumeration Type Documentation

◆ FrameTimerPrototypeMode

The mode how to keep track of the time.

Enumerator
Frames 

Count the number of frames.

Seconds 

Count the number of seconds.