C# 클래스 Artemis.Engine.ResolutionRelativeObject

상속: ArtemisObject
파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaintainAspectRatio bool
OnResolutionChanged ResolutionChangedDelegate
ScaleType ResolutionScaleType
UseTargetRelativePositioning bool

공개 메소드들

메소드 설명
Kill ( ) : void

비공개 메소드들

메소드 설명
ResolutionRelativeObject ( ) : Artemis.Engine.Utilities

메소드 상세

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

프로퍼티 상세

MaintainAspectRatio 공개적으로 프로퍼티

Whether or not to maintain the aspect ratio of this object upon dynamically scaling it to match the current resolution.
public bool MaintainAspectRatio
리턴 bool

OnResolutionChanged 공개적으로 프로퍼티

The event fired when the resolution is changed (assuming the object is decorated with a `ResolutionChangedListener` attribute).
public ResolutionChangedDelegate OnResolutionChanged
리턴 ResolutionChangedDelegate

ScaleType 공개적으로 프로퍼티

Determines how to dynamically scale the object to match the current resolution. For more information on the definition of individual values, see ResolutionScaleType.
public ResolutionScaleType ScaleType
리턴 ResolutionScaleType

UseTargetRelativePositioning 공개적으로 프로퍼티

Whether or not the position of this object is a Target coordinate, as opposed to a World coordinate.
public bool UseTargetRelativePositioning
리턴 bool