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

Inheritance: Field
Exibir arquivo Open project: unforbidable/patcher

Private Properties

Property Type Description
ReadField void
WriteField void

Public Methods

Method 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

Method Description
ReadField ( RecordReader reader ) : void
WriteField ( RecordWriter writer ) : void

Method Details

CopyField() public method

public CopyField ( ) : Field
return Field

Equals() public method

public Equals ( Field other ) : bool
other Field
return bool

GetNoSky() public method

public GetNoSky ( ) : bool
return bool

GetRadius() public method

public GetRadius ( ) : float
return float

GetReferencedFormIds() public method

public GetReferencedFormIds ( ) : IEnumerable
return IEnumerable

SetNoSky() public method

public SetNoSky ( bool value ) : void
value bool
return void

SetRadius() public method

public SetRadius ( float value ) : void
value float
return void

ToString() public method

public ToString ( ) : string
return string