Dungeon Architect  17.0.0
DungeonArchitect.Builders.Snap.Impl.ModuleInfo Class Reference

Public Attributes

SnapModuleEntry ModuleTemplate
 The prefab template of the module More...
 
System.Guid ModuleGuid
 A unique ID assigned to this actor module (unique to the prefab). Will be different on each build More...
 
Bounds Bounds
 The bounds of the prefab More...
 
Matrix4x4[] ConnectionTransforms
 The local transforms of each SnapConnection child actor in the module actor More...
 
string[] ConnectionCategory
 

Detailed Description

Definition at line 590 of file SnapBuilder.cs.

Member Data Documentation

◆ Bounds

Bounds DungeonArchitect.Builders.Snap.Impl.ModuleInfo.Bounds

The bounds of the prefab

Definition at line 605 of file SnapBuilder.cs.

◆ ConnectionTransforms

Matrix4x4 [] DungeonArchitect.Builders.Snap.Impl.ModuleInfo.ConnectionTransforms

The local transforms of each SnapConnection child actor in the module actor

Definition at line 610 of file SnapBuilder.cs.

◆ ModuleGuid

System.Guid DungeonArchitect.Builders.Snap.Impl.ModuleInfo.ModuleGuid

A unique ID assigned to this actor module (unique to the prefab). Will be different on each build

Definition at line 600 of file SnapBuilder.cs.

◆ ModuleTemplate

SnapModuleEntry DungeonArchitect.Builders.Snap.Impl.ModuleInfo.ModuleTemplate

The prefab template of the module

Definition at line 595 of file SnapBuilder.cs.


The documentation for this class was generated from the following file: