C# Class Patcher.Data.Plugins.Content.Records.Skyrim.Imgs.DofData

Inheritance: Field
Afficher le fichier Open project: unforbidable/patcher

Private Properties

Свойство Type Description
ReadField void
WriteField void

Méthodes publiques

Méthode Description
CopyField ( ) : Field
Equals ( Field other ) : bool
GetNoSky ( ) : bool
GetRadius ( ) : float
GetReferencedFormIds ( ) : IEnumerable
SetNoSky ( bool value ) : void
SetRadius ( float value ) : void
ToString ( ) : string

Private Methods

Méthode Description
ReadField ( RecordReader reader ) : void
WriteField ( RecordWriter writer ) : void

Method Details

CopyField() public méthode

public CopyField ( ) : Field
Résultat Field

Equals() public méthode

public Equals ( Field other ) : bool
other Field
Résultat bool

GetNoSky() public méthode

public GetNoSky ( ) : bool
Résultat bool

GetRadius() public méthode

public GetRadius ( ) : float
Résultat float

GetReferencedFormIds() public méthode

public GetReferencedFormIds ( ) : IEnumerable
Résultat IEnumerable

SetNoSky() public méthode

public SetNoSky ( bool value ) : void
value bool
Résultat void

SetRadius() public méthode

public SetRadius ( float value ) : void
value float
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string