C# 클래스 GroundTexture, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
groundTextureType GroundTextureType
name string
texture UnityEngine.Texture2D
tileOffset Vector2
tileSize Vector2

공개 메소드들

메소드 설명
ToSplat ( ) : SplatPrototype

Convert to SplatPrototype

메소드 상세

ToSplat() 공개 메소드

Convert to SplatPrototype
public ToSplat ( ) : SplatPrototype
리턴 UnityEngine.SplatPrototype

프로퍼티 상세

groundTextureType 공개적으로 프로퍼티

The type of the ground
public GroundTextureType groundTextureType
리턴 GroundTextureType

name 공개적으로 프로퍼티

The name of the ground texture (to e.g. appear in inspector array)
public string name
리턴 string

texture 공개적으로 프로퍼티

The texture for the ground type
public Texture2D,UnityEngine texture
리턴 UnityEngine.Texture2D

tileOffset 공개적으로 프로퍼티

The texture's offset
public Vector2 tileOffset
리턴 Vector2

tileSize 공개적으로 프로퍼티

The texture's tiling size
public Vector2 tileSize
리턴 Vector2