C# Class tk2dBatchedSprite, Malisse

显示文件 Open project: Collegiennes/Malisse Class Usage Examples

Public Properties

Property Type Description
alwaysPixelPerfect bool
color Color
localScale Vector3
name string
parentId int
position Vector3
rotation Quaternion
spriteId int

Public Methods

Method Description
tk2dBatchedSprite ( ) : System.Collections.Generic

Method Details

tk2dBatchedSprite() public method

public tk2dBatchedSprite ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

alwaysPixelPerfect public_oe property

public bool alwaysPixelPerfect
return bool

color public_oe property

public Color color
return Color

localScale public_oe property

public Vector3 localScale
return Vector3

name public_oe property

public string name
return string

parentId public_oe property

public int parentId
return int

position public_oe property

public Vector3 position
return Vector3

rotation public_oe property

public Quaternion rotation
return Quaternion

spriteId public_oe property

public int spriteId
return int