Shadow Map Component
class ShadowMapComponent(gameEntity: GameEntity, componentInfo: ComponentInfo<ShadowMapComponentData> = ComponentInfo(
ShadowMapComponentData(ShadowMapTypeData.Single(ShadowMapInfo()))
)) : GameEntityDataComponent<ShadowMapComponentData> , CameraAwareComponent
Constructors
Link copied to clipboard
constructor(gameEntity: GameEntity, componentInfo: ComponentInfo<ShadowMapComponentData> = ComponentInfo(
ShadowMapComponentData(ShadowMapTypeData.Single(ShadowMapInfo()))
))
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard