RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.Passive Class Reference

Contains champion passive ability data. More...

Properties

string Description [get, set]
 Gets or sets the description of the passive. More...
 
Image Image [get, set]
 Gets or sets the image data for the passive's icon. More...
 
string Name = new Image() [get, set]
 Gets or sets the name of the passive. More...
 
string SanitizedDescription [get, set]
 Gets or sets the sanitized description of the passive. More...
 

Detailed Description

Contains champion passive ability data.

Property Documentation

string RiotNet.Models.Passive.Description
getset

Gets or sets the description of the passive.

Image RiotNet.Models.Passive.Image
getset

Gets or sets the image data for the passive's icon.

string RiotNet.Models.Passive.Name = new Image()
getset

Gets or sets the name of the passive.

string RiotNet.Models.Passive.SanitizedDescription
getset

Gets or sets the sanitized description of the passive.


The documentation for this class was generated from the following file: