C# Class FlatRedBall.Instructions.AbsoluteRelativeValueRelationship

Datei anzeigen Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
AbsoluteValue string
RelativeValue string

Public Methods

Method Description
AbsoluteRelativeValueRelationship ( string absoluteValue, string relativeValue ) : System
ToString ( ) : string

Method Details

AbsoluteRelativeValueRelationship() public method

public AbsoluteRelativeValueRelationship ( string absoluteValue, string relativeValue ) : System
absoluteValue string
relativeValue string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

AbsoluteValue public_oe property

public string AbsoluteValue
return string

RelativeValue public_oe property

public string RelativeValue
return string