C# 클래스 Nez.GooCursor

cursor with trails. Note that this should be rendered in screen space (ScreenSpaceRenderer) so it isnt transformed by the camera matrix Adapted from: http://www.catalinzima.com/xna/samples/world-of-goo-cursor/
상속: RenderableComponent, IUpdatable
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
borderColor Microsoft.Xna.Framework.Color
borderSize float
endScale float
fillColor Microsoft.Xna.Framework.Color
lerpExponent float
startScale float
trailDamping float
trailNodeMass float
trailStiffness float

공개 메소드들

메소드 설명
GooCursor ( int trailNodeCount = 50 ) : Microsoft.Xna.Framework
onAddedToEntity ( ) : void
render ( Graphics graphics, Camera camera ) : void

비공개 메소드들

메소드 설명
IUpdatable ( ) : void

메소드 상세

GooCursor() 공개 메소드

public GooCursor ( int trailNodeCount = 50 ) : Microsoft.Xna.Framework
trailNodeCount int
리턴 Microsoft.Xna.Framework

onAddedToEntity() 공개 메소드

public onAddedToEntity ( ) : void
리턴 void

render() 공개 메소드

public render ( Graphics graphics, Camera camera ) : void
graphics Graphics
camera Camera
리턴 void

프로퍼티 상세

borderColor 공개적으로 프로퍼티

color used for the cursor border
public Color,Microsoft.Xna.Framework borderColor
리턴 Microsoft.Xna.Framework.Color

borderSize 공개적으로 프로퍼티

Size of the border (in pixels)
public float borderSize
리턴 float

endScale 공개적으로 프로퍼티

The scaling applied at the end of the cursor
public float endScale
리턴 float

fillColor 공개적으로 프로퍼티

Color used to fill the cursor
public Color,Microsoft.Xna.Framework fillColor
리턴 Microsoft.Xna.Framework.Color

lerpExponent 공개적으로 프로퍼티

use this to control the rate of change between the StartScale and the EndScale
public float lerpExponent
리턴 float

startScale 공개적으로 프로퍼티

The scaling applied at the tip of the cursor
public float startScale
리턴 float

trailDamping 공개적으로 프로퍼티

Controls the damping of the velocity of trail nodes
public float trailDamping
리턴 float

trailNodeMass 공개적으로 프로퍼티

Mass of a trails node
public float trailNodeMass
리턴 float

trailStiffness 공개적으로 프로퍼티

Gets of Sets the stiffness of the trail A lower number means the trail will be longer
public float trailStiffness
리턴 float