C# Class FlatRedBall.Content.SpriteGrid.AnimationChainGridSave

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
FirstPaintedY float
ReferenceGrid ReferencedAnimationChain[][]

Méthodes publiques

Méthode Description
FromAnimationChainGrid ( TextureGrid animationChainGrid ) : AnimationChainGridSave
FromXElement ( System element ) : AnimationChainGridSave
MakeRelative ( ) : void
ToAnimationChainGrid ( string contentManagerName, float gridSpacing ) : TextureGrid

Private Methods

Méthode Description
ToAnimationChainReferenceArrayArray ( System element ) : ReferencedAnimationChain[][]

Method Details

FromAnimationChainGrid() public static méthode

public static FromAnimationChainGrid ( TextureGrid animationChainGrid ) : AnimationChainGridSave
animationChainGrid TextureGrid
Résultat AnimationChainGridSave

FromXElement() public static méthode

public static FromXElement ( System element ) : AnimationChainGridSave
element System
Résultat AnimationChainGridSave

MakeRelative() public méthode

public MakeRelative ( ) : void
Résultat void

ToAnimationChainGrid() public méthode

public ToAnimationChainGrid ( string contentManagerName, float gridSpacing ) : TextureGrid
contentManagerName string
gridSpacing float
Résultat TextureGrid

Property Details

FirstPaintedY public_oe property

public float FirstPaintedY
Résultat float

ReferenceGrid public_oe property

public ReferencedAnimationChain[][] ReferenceGrid
Résultat ReferencedAnimationChain[][]