C# Class CSL.NetworkExtensions.Framework.NetInfoExtensions

Afficher le fichier Open project: Katalyst6/CSL.NetworkExtensions

Méthodes publiques

Méthode Description
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

Method Details

Clone() public static méthode

public static Clone ( this templateLane, string newName ) : NetInfo.Lane
templateLane this
newName string
Résultat NetInfo.Lane

SetAllSegmentsTexture() public static méthode

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
Résultat NetInfo

SetMeshes() public static méthode

public static SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment
segment this
newMeshPath string
newLODMeshPath string
Résultat NetInfo.Segment

SetTextures() public static méthode

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
Résultat NetInfo.Segment