C# Class FSO.LotView.Utils.DGRPRenderer

Used for rendering DGRPs in the world.
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Bounding Microsoft.Xna.Framework.Rectangle
DynamicSpriteBaseID ushort
DynamicSpriteFlags ulong
DynamicSpriteFlags2 ulong
NumDynamicSprites ushort
Room ushort

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DGRPRenderer ( DGRP group ) : System
Draw ( WorldState world ) : void
InvalidateRotation ( ) : void
InvalidateScroll ( ) : void
InvalidateZoom ( ) : void
ValidateSprite ( WorldState world ) : void

Method Details

DGRPRenderer() public méthode

public DGRPRenderer ( DGRP group ) : System
group FSO.Files.Formats.IFF.Chunks.DGRP
Résultat System

Draw() public méthode

public Draw ( WorldState world ) : void
world WorldState
Résultat void

InvalidateRotation() public méthode

public InvalidateRotation ( ) : void
Résultat void

InvalidateScroll() public méthode

public InvalidateScroll ( ) : void
Résultat void

InvalidateZoom() public méthode

public InvalidateZoom ( ) : void
Résultat void

ValidateSprite() public méthode

public ValidateSprite ( WorldState world ) : void
world WorldState
Résultat void

Property Details

Bounding public_oe property

public Rectangle,Microsoft.Xna.Framework Bounding
Résultat Microsoft.Xna.Framework.Rectangle

DynamicSpriteBaseID public_oe property

public ushort DynamicSpriteBaseID
Résultat ushort

DynamicSpriteFlags public_oe property

public ulong DynamicSpriteFlags
Résultat ulong

DynamicSpriteFlags2 public_oe property

public ulong DynamicSpriteFlags2
Résultat ulong

NumDynamicSprites public_oe property

public ushort NumDynamicSprites
Résultat ushort

Room public_oe property

public ushort Room
Résultat ushort