C# 클래스 CSL.NetworkExtensions.Framework.NetInfoExtensions

파일 보기 프로젝트 열기: Katalyst6/CSL.NetworkExtensions

공개 메소드들

메소드 설명
Clone ( this templateLane, string newName ) : NetInfo.Lane
SetAllSegmentsTexture ( this info, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo
SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment
SetTextures ( this segment, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo.Segment

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( this templateLane, string newName ) : NetInfo.Lane
templateLane this
newName string
리턴 NetInfo.Lane

SetAllSegmentsTexture() 공개 정적인 메소드

public static SetAllSegmentsTexture ( this info, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo
info this
newTextures CSL.NetworkExtensions.Framework.TexturesSet
newLODTextures CSL.NetworkExtensions.Framework.TexturesSet
리턴 NetInfo

SetMeshes() 공개 정적인 메소드

public static SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment
segment this
newMeshPath string
newLODMeshPath string
리턴 NetInfo.Segment

SetTextures() 공개 정적인 메소드

public static SetTextures ( this segment, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo.Segment
segment this
newTextures CSL.NetworkExtensions.Framework.TexturesSet
newLODTextures CSL.NetworkExtensions.Framework.TexturesSet
리턴 NetInfo.Segment