C# 클래스 Demo.Actors.Logo

상속: Zeplin.Actor
파일 보기 프로젝트 열기: zumpiez/Zeplin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
offset float
rotationSpeed float

공개 메소드들

메소드 설명
FollowMouse ( GameTime time ) : void
Logo ( Vector2 screenCenter ) : System
UpdateBehavior ( GameTime time ) : void

메소드 상세

FollowMouse() 공개 메소드

public FollowMouse ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
리턴 void

Logo() 공개 메소드

public Logo ( Vector2 screenCenter ) : System
screenCenter Vector2
리턴 System

UpdateBehavior() 공개 메소드

public UpdateBehavior ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
리턴 void

프로퍼티 상세

offset 공개적으로 프로퍼티

public float offset
리턴 float

rotationSpeed 공개적으로 프로퍼티

public float rotationSpeed
리턴 float