Class BenchmarkPoint<TCoordinates>
- Namespace
- AlphaFramework.World.Positionables
- Assembly
- AlphaFramework.World.dll
A marker that controls camera positions for the benchmark mode of the game.
public class BenchmarkPoint<TCoordinates> : CameraState<TCoordinates>, ICloneable, IChangeNotify<Positionable<TCoordinates>> where TCoordinates : struct
Type Parameters
TCoordinates
Data type for storing position coordinates of objects in the game world.
- Inheritance
-
Positionable<TCoordinates>CameraState<TCoordinates>BenchmarkPoint<TCoordinates>
- Implements
-
IChangeNotify<Positionable<TCoordinates>>
- Inherited Members
- Extension Methods
Properties
TestParticleSystem
Cycle through particle system quality settings here (will take 2x as long).
public bool TestParticleSystem { get; set; }
Property Value
TestWater
Cycle through different water quality settings here (will take 3x as long).
public bool TestWater { get; set; }