C# 클래스 e2dGrassTexture, E2D-Continued

파일 보기 프로젝트 열기: ryanlatham/E2D-Continued 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
size Vector2
sizeRandomness Vector2
texture Texture
waveAmplitude float

공개 메소드들

메소드 설명
e2dGrassTexture ( Texture _texture ) : UnityEngine
e2dGrassTexture ( e2dGrassTexture, other ) : UnityEngine

메소드 상세

e2dGrassTexture() 공개 메소드

public e2dGrassTexture ( Texture _texture ) : UnityEngine
_texture Texture
리턴 UnityEngine

e2dGrassTexture() 공개 메소드

public e2dGrassTexture ( e2dGrassTexture, other ) : UnityEngine
other e2dGrassTexture,
리턴 UnityEngine

프로퍼티 상세

size 공개적으로 프로퍼티

public Vector2 size
리턴 Vector2

sizeRandomness 공개적으로 프로퍼티

public Vector2 sizeRandomness
리턴 Vector2

texture 공개적으로 프로퍼티

public Texture texture
리턴 Texture

waveAmplitude 공개적으로 프로퍼티

public float waveAmplitude
리턴 float